Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/anistark/opiniohll
Opinio Python SDK
https://github.com/anistark/opiniohll
opinio-python-sdk python sdk
Last synced: 14 days ago
JSON representation
Opinio Python SDK
- Host: GitHub
- URL: https://github.com/anistark/opiniohll
- Owner: anistark
- License: mit
- Created: 2016-04-22T07:44:34.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-05-10T19:02:08.000Z (over 8 years ago)
- Last Synced: 2024-02-22T09:23:03.531Z (9 months ago)
- Topics: opinio-python-sdk, python, sdk
- Language: Python
- Size: 13.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Opinio Delivery Python SDK
![version](https://img.shields.io/github/tag/anistark/opiniohll.svg) ![license](https://img.shields.io/github/license/anistark/opiniohll.svg) ![python_versions](https://img.shields.io/pypi/pyversions/opiniohll.svg) [![pypi](https://img.shields.io/pypi/v/opiniohll.svg)](https://pypi.python.org/pypi/opiniohll)
## 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](http://deliver.opinioapp.com/api/docs)
### [Wiki](https://github.com/anistark/opiniohll/wiki)