Created
June 20, 2015 19:32
-
-
Save offby1/aa528d7413ed468e4cf2 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import bigcommerce | |
| import logging | |
| logging.basicConfig (level=logging.DEBUG) | |
| api = bigcommerce.api.BigcommerceApi(host='https://store-45eg5.mybigcommerce.com/api/v2/', basic_auth=('henry', '10f0f4f371f7953c4d7d7809b62463281f15c829')) | |
| print(api.Products.all()) |
Author
offby1
commented
Jun 20, 2015
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment