Skip to content

pokepay/pokepay_partner_python_sdk

Repository files navigation

pokepay_partner_python_sdk

Usage

import pokepay
from pokepay.client import Client

c = Client('/path/to/config.ini')
req = pokepay.SendEcho('Hello, world!')
res = c.send(req)
res.body
res.status_code
res.elapsed

Run test

python3 -m unittest discover tests/

About

Pokepay Partner API SDK for Python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages