The client module of Forpay Python sdk
Project description
forpay_client
SDK For Forpay
API Link: Forpay
Install
pip install forpay-client
Usage
from forpay_client.forpay import ForPayClient
client = ForPayClient(app_id='app_id', key_id='key_id', private_key='private_string')
reply, ok = client.get_currencies()
print(reply, ok)
License
MIT © bozimeile
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
forpay_client-1.0.25.tar.gz
(4.3 kB
view hashes)