Skip to main content

Trinsic API

Project description

Trinsic API Python Library

Version Build Status

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

Trinsic-Api-2.0.0a3.tar.gz (52.6 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

Trinsic_Api-2.0.0a3-py3-none-any.whl (109.8 kB view details)

Uploaded Python 3

File details

Details for the file Trinsic-Api-2.0.0a3.tar.gz.

File metadata

  • Download URL: Trinsic-Api-2.0.0a3.tar.gz
  • Upload date:
  • Size: 52.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.3

File hashes

Hashes for Trinsic-Api-2.0.0a3.tar.gz
Algorithm Hash digest
SHA256 eae7eef0ab0891fbdbe0994ac87d916c35ec936218f2003ea8eef27ebb37d19f
MD5 6c5e2568d3f994d2f352494e0971d0c3
BLAKE2b-256 bd7d60996511a428cbf489fdcbd2b8eb2b1805f25ab91dd3b0bd78971069333e

See more details on using hashes here.

File details

Details for the file Trinsic_Api-2.0.0a3-py3-none-any.whl.

File metadata

  • Download URL: Trinsic_Api-2.0.0a3-py3-none-any.whl
  • Upload date:
  • Size: 109.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.3

File hashes

Hashes for Trinsic_Api-2.0.0a3-py3-none-any.whl
Algorithm Hash digest
SHA256 a736b11192876e3d29f9a92b637e78c310dbf029855a9f82fa3e6af27dbe414f
MD5 578818edcde77a000c6dc4471aea2a28
BLAKE2b-256 6d52c8c7bb8e32c84423e589bf9a1c5f6dff9d14eb367bbabdb64414a4352fa2

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page