No project description provided
Project description
Flagright Python Library
The Flagright Python library provides access to the Flagright API from Python.
Documentation
API documentation is available at https://docs.flagright.com.
Usage
import flagright
from flagright.client import Flagright
client = Flagright(base_url="https://sandbox.flagright.com", api_key="YOUR_API_KEY")
resposne = client.transactions.verify(request=flagright.Transaction(
transactionId='my-transaction-id',
type=flagright.TransactionType.DEPOSIT,
timestamp=1692624734000))
print(f'Received response from Flagright: "{resposne}"')
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
flagright-1.6.30.tar.gz
(62.1 kB
view hashes)
Built Distribution
flagright-1.6.30-py3-none-any.whl
(159.1 kB
view hashes)
Close
Hashes for flagright-1.6.30-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4f5251ad1cb0110498ecfbd86b302a87e1c3f5e3962e46779ec70dba46238dd0 |
|
MD5 | 1f6c11f188e03a86cc193920a7750da0 |
|
BLAKE2b-256 | b35ec40ce0edcb68beb0315396216585a2a554ea5c06c96fd1c86ecf1b5b5dff |