Add REST API deprecation notice to README#752
Conversation
|
I have signed the CLA |
|
@sle-c I notice the pre-commit check is failing and blocking the merge. I'll create a separate issue to address this. |
|
@sle-c The CI check is failing, but I believe this is due to the CI issue that has already been fixed in the #755. Options I'm considering:
Please advise on the best approach for this project. |
|
Hi @nasudadada , In this case I'll just merge the PR because it's a readme change. Thank you for your contribution. Si |
|
I'm trying to understand the implications of using this library, as the REST API is now deprecated, in favor of the GraphQL API. Is it ok to continue using this library? Will the parts that are built with REST eventually stop working? Is it better to switch to something like gql? |
|
Hi @cjauvin, This is exactly the same concern that was discussed in #751. Please check out the conversation there, especially @ryantang30's comment which includes the official response from Shopify Developer Support. The key points are:
Hope this helps clarify the situation! |
Add REST API deprecation notice to README
WHY are these changes introduced?
Related to #751 #745
According to Shopify's announcement, the REST Admin API will become legacy as of October 1, 2024. This change adds necessary warnings to the README to inform users about the upcoming deprecation and migration requirements.
WHAT is this pull request doing?
Checklist