aorzh / shopstyle_api

Python API client for Shopstyle Collective

Home Page:https://www.shopstylecollective.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Python 3.6+

Build Status

#API client for Shopstylecollective

Installing

pip install shopstyle_api

To getting access to shopstylecollective api write in your code:

from shopstyle_api.api import ShopStyleApi

or shortly

from shopstyle_api import ShopStyleApi

and

client = ShopStyleApi(api_key=SHOPSTYLE_API_KEY, api_username=YOUR_USERNAME)

If you looking some examples please look at tests forlder.


List of available methods

DEPRECATED BELOW rerun only {"errorCode":400,"errorMessage":"HTTP 404 Not Found"}

About

Python API client for Shopstyle Collective

https://www.shopstylecollective.com

License:Other


Languages

Language:Python 100.0%