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.10.tar.gz
(60.5 kB
view hashes)
Built Distribution
flagright-1.6.10-py3-none-any.whl
(144.8 kB
view hashes)
Close
Hashes for flagright-1.6.10-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 97eb324debd9cf4fb93276f4fc66a7e3b0a24067310cfef45b8a54e7b3c5f55d |
|
MD5 | 6bdc714c4b597f11091a95ad5075aadd |
|
BLAKE2b-256 | ef4727a153d1bfcb8cb30c1a967360ed65ec76115677f9498d6772daad0888d6 |