Skip to content

Latest commit

 

History

History
32 lines (26 loc) · 1.04 KB

README.md

File metadata and controls

32 lines (26 loc) · 1.04 KB

Python SMBC GMO Pay Client Lib

FOSSA Status

An http client to call SMBC GMO Pay APIs. (smbc-gp-client)

Upload package

python3 -m pip install --user --upgrade setuptools wheel twine
python3 setup.py sdist bdist_wheel
twine upload dist/*

How to use

use pip install package smbc-gp-client

pip3 install smbc-gp-client

in your code:

from smbc_gp_client.smbc_gp_client import SmbcGpClient

client = SmbcGpClient()
client.create_transation(...)
client.execute_transaction(...)

for more details, please refer to SmbcGpClient class method description.

License

FOSSA Status

Reference