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

Trinsic follows a Semantic Versioning (SemVer) process where all releases will have a version X.Y.Z (like 1.0.0) pattern wherein Z would be a bug fix (e.g., 1.0.1), Y would be a minor release (1.1.0) and X would be a major release (2.0.0). We permit any breaking changes to only be released in major versions and strongly recommend reading changelogs before making any major version upgrades.

Support

New features and bug fixes are released on the latest major version of the trinsic-api package. If you are on an older major version, we recommend that you upgrade to the latest in order to use the new features and bug fixes including those for security vulnerabilities. Older major versions of the package will continue to be available for use, but will not be receiving any updates.

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

Uploaded Source

Built Distribution

Trinsic_Api-0.5.0-py3-none-any.whl (63.3 kB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for Trinsic-Api-0.5.0.tar.gz
Algorithm Hash digest
SHA256 83d2db2e531271f20aba323371c3e69ff56a2b4755e09f9286fe0dc62fdcf5f0
MD5 ccc5b32f895d87594bccd20cca5f7e54
BLAKE2b-256 8bdb2285893dc06f7e2a348c107767e1f415d12df6e5ac2de6cc42a4e5793dea

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Trinsic_Api-0.5.0-py3-none-any.whl
  • Upload date:
  • Size: 63.3 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-0.5.0-py3-none-any.whl
Algorithm Hash digest
SHA256 d847cd28908dfdb0670dccdab868721af4cf3790147d6a4ef3f53b939efd15ce
MD5 c4944e59b9ccb4947994bab69a4a21bc
BLAKE2b-256 6d6d14b2ebc90ddde9fd3082d29454b34a7c2b1a37a983af692188fa404ac631

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