Sdk for i2a oauth2 api
Project description
#Installation
pip install i2a-oauth2-api-client
#Usage
from i2a_oauth2_api_client.client import I2AOauth2Client
from i2a_oauth2_api_client.enums import Environment
client = I2AOauth2Client(
client_id='your client id',
client_secret='your client secret',
environment=Environment.QA # default
)
#Enums
from enum import Enum
class Environment(Enum):
QA = 1
PROD = 2
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file i2a_oauth2_api_client-3.0.4.tar.gz.
File metadata
- Download URL: i2a_oauth2_api_client-3.0.4.tar.gz
- Upload date:
- Size: 5.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bcc145ce30ebca925086a0207d9567e27ff2f260cfa484fe4bc2dec5c3564bf2
|
|
| MD5 |
8a8dd1a217289ec3bd1e552066253b7b
|
|
| BLAKE2b-256 |
f2144459af60bf380b1b22ad0022516280d448e111a1b6a714f52bfcd928af67
|
File details
Details for the file i2a_oauth2_api_client-3.0.4-py3-none-any.whl.
File metadata
- Download URL: i2a_oauth2_api_client-3.0.4-py3-none-any.whl
- Upload date:
- Size: 6.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
36cbd433cf3ed289442519896233285bc036165971e2ee83356340b0577be93c
|
|
| MD5 |
74dfa130c4f915edd053c3728ede7d1f
|
|
| BLAKE2b-256 |
de810efab1b05813078300471ffd3815c931b0e2cbd2eb402a7d0add4788cea0
|