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.25.tar.gz
(62.7 kB
view hashes)
Built Distribution
flagright-1.6.25-py3-none-any.whl
(156.1 kB
view hashes)
Close
Hashes for flagright-1.6.25-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | b8cc781dc84461071fb9d97a2357af2de69ca6c539e192954054eae8bebbebd9 |
|
MD5 | 18cc709766d8d02d912a4cccea6bf85a |
|
BLAKE2b-256 | fd4d136472f24999294927cdc3497a3dde737d3a793c916b9a4743acd554a120 |