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.29.tar.gz
(63.3 kB
view hashes)
Built Distribution
flagright-1.6.29-py3-none-any.whl
(156.5 kB
view hashes)
Close
Hashes for flagright-1.6.29-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 44a4a741196d840d4561da63c877a5b11b5ae1549ff2019c71b72b402e742e02 |
|
MD5 | 352f54a4ac7b800551ea637e181fcbe3 |
|
BLAKE2b-256 | f01b88a1fbb67aa217d7ee441c4a4214248a437eada970c50bc13d48fed126b8 |