Skip to content

aorzh/shopstyle_api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages