Skip to content

Commit

Permalink
Add links to client ref docs
Browse files Browse the repository at this point in the history
  • Loading branch information
zzooeeyy committed Sep 11, 2023
1 parent 02a905d commit faa5403
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion BREAKING_CHANGES_FOR_V10.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,11 @@ If you're not using Rails, please see the [Performing OAuth](./docs/usage/oauth.
- The api version used to be set on `ShopifyAPI::Base.api_version`, however that's now deprecated.
You may specify a specific version when initializing your client, or it'll infer to `ShopifyAPI::Context.api_version` as default.

⚠️ See other Admin API usage in ["Make a GraphQL API call" documentation](https://github.com/Shopify/shopify-api-ruby/blob/main/docs/usage/graphql.md).

⚠️ See Storefront API client usage in ["Make a Storefront API call" documentation](https://github.com/Shopify/shopify-api-ruby/blob/main/docs/usage/graphql.md).


###### Example refactor
ShopifyAPI Client v9
```ruby
Expand Down Expand Up @@ -144,7 +149,7 @@ For more detail, see [`order` reference documentation's](https://shopify.dev/doc
##### Using REST Admin Client
If you do not want to use the REST resource classes, you can use our REST Admin client directly to make HTTP requests.

⚠️ See other usages in [`REST` client documentation](https://github.com/Shopify/shopify-api-ruby/blob/main/docs/usage/rest.md).
⚠️ See other REST client usage in ["Make a REST API call" documentation](https://github.com/Shopify/shopify-api-ruby/blob/main/docs/usage/rest.md).

Example:
```ruby
Expand Down

0 comments on commit faa5403

Please sign in to comment.