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.18.tar.gz
(61.5 kB
view hashes)
Built Distribution
flagright-1.6.18-py3-none-any.whl
(147.7 kB
view hashes)
Close
Hashes for flagright-1.6.18-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 11d9629d888d1633b43d2a1a64d3820c5e7ef1f88465f5baaf6202b08ee9370d |
|
MD5 | fc3a44cbffc0341444f58b721c20659c |
|
BLAKE2b-256 | 8ba41af11fb183165e0392207423d1c6b90b00e83d86650e18504340c85b87de |