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.21.tar.gz
(62.2 kB
view hashes)
Built Distribution
flagright-1.6.21-py3-none-any.whl
(148.6 kB
view hashes)
Close
Hashes for flagright-1.6.21-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8d347eedca0680653bc6b40be629d8d991e17306da3b8a280ca4dd210c0c3b7f |
|
MD5 | e6e8f9b54c7e8d5cb7a041ba728e09bd |
|
BLAKE2b-256 | f709a4783a3fecf59d2e5c041dbae9ce7a5ed2aed1793baf4874bef3cbebec7e |