Skip to content

Sandeep4/opinio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

opinio

Python client for APIs of opinioapp. API Doc (http://deliver.opinioapp.com/api/docs)

Installation

pip install opinio

Usage

from opinio import OpinioClient

client = OpinioClient(access_key, secret_key)

params  = {}
client.create_order(params)
client.get_order(order_id)
client.cancel_order(order_id)
client.get_orders()

About

Python client for APIs of opinioapp.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages