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.3.4.tar.gz
(51.0 kB
view hashes)
Built Distribution
flagright-1.3.4-py3-none-any.whl
(124.2 kB
view hashes)
Close
Hashes for flagright-1.3.4-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | cf28c35be30d10a4997ad2b1ff2863cd2325946ba86f72ddae414ec61a8e57ba |
|
MD5 | 3141671d332418b19d459bb39f3f002c |
|
BLAKE2b-256 | 2967793c5c3b64dd655245c012947b488568d2ab40cbd8a5f86bf53b90fc5e1b |