API client for Shopstylecollective
Project description
[](https://www.python.org/downloads/release/python-360/)
#API client for Shopstylecollective
##IMPORTANT NOTE
##This package was created in a two hours and does not have tests yet.
#*Release will coming soon!*
## 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)`
-------------
## List of available methods
* `get_brands()` (https://shopstylecollective.zendesk.com/hc/en-us/articles/115000844306--brands)
* `get_categories()` (https://shopstylecollective.zendesk.com/hc/en-us/articles/115000868763--categories)
* `get_colors()` (https://shopstylecollective.zendesk.com/hc/en-us/articles/115000864683--colors)
* `get_lists()` (https://shopstylecollective.zendesk.com/hc/en-us/articles/115000845806--lists)
* `get_list_id(list_id)` (https://shopstylecollective.zendesk.com/hc/en-us/articles/115000866203--lists-list-id-)
* `get_list_items(list_id, limit, offset`) (https://shopstylecollective.zendesk.com/hc/en-us/articles/115000845926--lists-list-id-items)
* `get_price_filters()` (https://shopstylecollective.zendesk.com/hc/en-us/articles/360001337531--Price-Filters)
* `get_product(product_id, free_text_search, category, filters, pdd, sort)` (https://shopstylecollective.zendesk.com/hc/en-us/articles/115000866043-What-are-the-query-parameters-)
* `get_products(filters, category, floor, free_text_search, pdd, sort,
limit, offset)` (https://shopstylecollective.zendesk.com/hc/en-us/articles/115000866043-What-are-the-query-parameters-)
* `get_products_histogram(filters, category, floor, free_text_search, pdd, sort)` (https://shopstylecollective.zendesk.com/hc/en-us/articles/115000866043-What-are-the-query-parameters-)
* `get_retailers()` (https://shopstylecollective.zendesk.com/hc/en-us/articles/115000868743--retailers)
**DEPRECATED BELOW**
*rerun only {"errorCode":400,"errorMessage":"HTTP 404 Not Found"}*
* `list_search(list_id, free_text_search, filters, category, sort, limit, offset)` (https://shopstylecollective.zendesk.com/hc/en-us/articles/115000848706--lists-search)
#API client for Shopstylecollective
##IMPORTANT NOTE
##This package was created in a two hours and does not have tests yet.
#*Release will coming soon!*
## 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)`
-------------
## List of available methods
* `get_brands()` (https://shopstylecollective.zendesk.com/hc/en-us/articles/115000844306--brands)
* `get_categories()` (https://shopstylecollective.zendesk.com/hc/en-us/articles/115000868763--categories)
* `get_colors()` (https://shopstylecollective.zendesk.com/hc/en-us/articles/115000864683--colors)
* `get_lists()` (https://shopstylecollective.zendesk.com/hc/en-us/articles/115000845806--lists)
* `get_list_id(list_id)` (https://shopstylecollective.zendesk.com/hc/en-us/articles/115000866203--lists-list-id-)
* `get_list_items(list_id, limit, offset`) (https://shopstylecollective.zendesk.com/hc/en-us/articles/115000845926--lists-list-id-items)
* `get_price_filters()` (https://shopstylecollective.zendesk.com/hc/en-us/articles/360001337531--Price-Filters)
* `get_product(product_id, free_text_search, category, filters, pdd, sort)` (https://shopstylecollective.zendesk.com/hc/en-us/articles/115000866043-What-are-the-query-parameters-)
* `get_products(filters, category, floor, free_text_search, pdd, sort,
limit, offset)` (https://shopstylecollective.zendesk.com/hc/en-us/articles/115000866043-What-are-the-query-parameters-)
* `get_products_histogram(filters, category, floor, free_text_search, pdd, sort)` (https://shopstylecollective.zendesk.com/hc/en-us/articles/115000866043-What-are-the-query-parameters-)
* `get_retailers()` (https://shopstylecollective.zendesk.com/hc/en-us/articles/115000868743--retailers)
**DEPRECATED BELOW**
*rerun only {"errorCode":400,"errorMessage":"HTTP 404 Not Found"}*
* `list_search(list_id, free_text_search, filters, category, sort, limit, offset)` (https://shopstylecollective.zendesk.com/hc/en-us/articles/115000848706--lists-search)
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
shopstyle_api-0.0.4.tar.gz
(3.9 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file shopstyle_api-0.0.4.tar.gz.
File metadata
- Download URL: shopstyle_api-0.0.4.tar.gz
- Upload date:
- Size: 3.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.20.1 setuptools/40.6.2 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.6.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1b9bbd3a7c604c0cf2129b5b72b18e171c6ab93ec14d5c5793d2931edc6f36f8
|
|
| MD5 |
c3e6e05b6367fc20d718071c641d14fe
|
|
| BLAKE2b-256 |
2d5eaa1d60aba253ad86cf5d1cc4afe27ca89cfdaa18a1c1c500856af4898211
|
File details
Details for the file shopstyle_api-0.0.4-py3-none-any.whl.
File metadata
- Download URL: shopstyle_api-0.0.4-py3-none-any.whl
- Upload date:
- Size: 5.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.20.1 setuptools/40.6.2 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.6.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
201826bd5754743a9e2f620e85f7520d8d8724891464522a3e756ca612beee93
|
|
| MD5 |
c11379c8d7e8bd2751a3f76d27c1c9da
|
|
| BLAKE2b-256 |
62cd6750ea4556dce9d71a5b850ca0c48e8ad2a42da99f0f5d11fe7de0d27216
|