Navigation Menu

Skip to content

anistark/opiniohll

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Opinio Delivery Python SDK

version license python_versions pypi

Installation Instruction

pip install opiniohll

Usage

Import Package

from OpinioDelivery import OpinioDelivery

Initialise

OpinioDelivery(ACCESS_KEY, SECRET_KEY, sandbox=True, debug=True)

ACCESS__KEY and SECRET_KEY can be found from Opinio partner model. sandbox and debug are optional fields. By default, production is accessed.

Example :

OpinioDelivery(ACCESS_KEY, SECRET_KEY)

Rest Api are in documentation