Trinsic API
Project description
Trinsic API Python Library
The Trinsic API Python library provides convenient access to the Trinsic API from applications written in Python
Documentation
See the Trinsic docs for more detailed information on how to start integrating with our identity acceptance network.
Installation
Install the package with:
pip install trinsic-api
Usage
The package needs to be configured with your app's access token, which is available in the Trinsic Dashboard.
from trinsic_api.api_client import ApiClient
from trinsic_api.api.attachments_api import AttachmentsApi
from trinsic_api.api.network_api import NetworkApi
from trinsic_api.api.sessions_api import SessionsApi
auth_token = "Bearer " + "your-access-token"
api_client = ApiClient(configuration=None, header_name="Authorization", header_value=auth_token)
attachments_api = AttachmentsApi(api_client)
network_api = NetworkApi(api_client)
sessions_api = SessionsApi(api_client)
You can find a full Python server example in the samples folder.
SDK Versioning
Our SDKs follow the Semantic Versioning ("SemVer") scheme.
For example, the version number 1.13.0
has a major version of 1
, a minor version of 13
, and a patch version of 0
.
Breaking changes are only introduced alongside a new major version.
Support
Any issues, inquiries, and feature requests can be sent to support@trinsic.id, or feel free to open a GitHub issue here.
More Information
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
File details
Details for the file Trinsic-Api-1.1.2.tar.gz
.
File metadata
- Download URL: Trinsic-Api-1.1.2.tar.gz
- Upload date:
- Size: 35.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2838ddc0db220d491f90490a1eb0623f02420ff11d0d9a6eaea8a7ee83a59bd1 |
|
MD5 | 9602af59ba62c0033c916c439a6f9078 |
|
BLAKE2b-256 | 28e2d62c7e57232bde9ef8e2632e3dee1955db0e94673fe947d315d8119dce3b |
File details
Details for the file Trinsic_Api-1.1.2-py3-none-any.whl
.
File metadata
- Download URL: Trinsic_Api-1.1.2-py3-none-any.whl
- Upload date:
- Size: 65.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a0e33b715811ae2512d795d729aef99eee3e0cf891083d8824bbd4b9f328a33a |
|
MD5 | 24733f9e44e135324f31ee9b2aa10f9a |
|
BLAKE2b-256 | cf6d83540a6df1697594803d45d4d1deb3b17847cdb4f53e4129970baefa4de8 |