Skip to content

MonoidDev/py-smbc-gmo-payment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

An http client to call SMBC GMO Pay APIs.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages