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.32.tar.gz
(63.1 kB
view hashes)
Built Distribution
flagright-1.6.32-py3-none-any.whl
(160.7 kB
view hashes)
Close
Hashes for flagright-1.6.32-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | b1e36316214878fe65f7396590acf3810463e25daf62cfb62b3e825515caf905 |
|
MD5 | 80000d2cf55ccf9e8191ae23dd37b257 |
|
BLAKE2b-256 | 63037e896f27a306261fb147fa5b25862aaf2c54bbb5672677f9d09ea9040b98 |