Shopify / shopify_python_api

ShopifyAPI library allows Python developers to programmatically access the admin section of stores
http://shopify.github.io/shopify_python_api
MIT License
1.23k stars 350 forks source link

Outdated content on open source site (`shopify.github.io/shopify_python_api`) #559

Closed andyw8 closed 1 year ago

andyw8 commented 2 years ago

As noticed by @catlee, the content at http://shopify.github.io/shopify_python_api/ is very outdated because it's based on this branch which hasn't been updated since 2016:

https://github.com/Shopify/shopify_python_api/tree/gh-pages

morebebop commented 2 years ago

I'd love to jump on this as a first issue, but it looks like the webpage you mentioned (http://shopify.github.io/shopify_python_api/) is not updated through this repo. I'm new to python/open source so please let me know how I can best assist.

mllemango commented 2 years ago

Its not immediately obvious, the github page is updated through this repo's gh-pages branch that is linked above. Instead of basing any changes on master, you should use gh-pages as your branch and make changes off there.

SeeSamRun commented 2 years ago

The section about what credentials are needed is a little unclear now that private apps are discontinued. It's still valid, but the emphasis should be on the more current way of authenticating with the SHARED_SECRET

Example of partner's attempt at using the doc: https://community.shopify.com/c/shopify-apis-and-sdks/confusing-concepts-in-shopify-python-api/td-p/1476934

github-actions[bot] commented 1 year ago

This issue is stale because it has been open for 60 days with no activity. It will be closed if no further action occurs in 14 days.

github-actions[bot] commented 1 year ago

We are closing this issue because it has been inactive for a few months. This probably means that it is not reproducible or it has been fixed in a newer version. If it’s an enhancement and hasn’t been taken on since it was submitted, then it seems other issues have taken priority.

If you still encounter this issue with the latest stable version, please reopen using the issue template. You can also contribute directly by submitting a pull request– see the CONTRIBUTING.md file for guidelines

Thank you!