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-1.1.0.tar.gz (35.0 kB view details)

Uploaded Source

Built Distribution

Trinsic_Api-1.1.0-py3-none-any.whl (64.6 kB view details)

Uploaded Python 3

File details

Details for the file Trinsic-Api-1.1.0.tar.gz.

File metadata

  • Download URL: Trinsic-Api-1.1.0.tar.gz
  • Upload date:
  • Size: 35.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.10.12

File hashes

Hashes for Trinsic-Api-1.1.0.tar.gz
Algorithm Hash digest
SHA256 ce77e1eed1ee23f61dd0814ad25a8dfc51a31dbf2b22e28a51c414121ab768ad
MD5 11e872627138ce1e2662473f206378a8
BLAKE2b-256 c9d6caddb893158b965546dc83344336abd056ca26589cf25b4a9287aa40fafe

See more details on using hashes here.

File details

Details for the file Trinsic_Api-1.1.0-py3-none-any.whl.

File metadata

  • Download URL: Trinsic_Api-1.1.0-py3-none-any.whl
  • Upload date:
  • Size: 64.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.10.12

File hashes

Hashes for Trinsic_Api-1.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 4cd0ce6d7a6c36ab0d03ff4beff641e1397bb8a592797d7dd4a86a88d80a2940
MD5 64af82c3bd8a58b1130af2accb0746ea
BLAKE2b-256 bce47079e4d237abab52481d98214daa37af4483d49199157c53c16180aba403

See more details on using hashes here.

Supported by

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