Skip to content

Commit

Permalink
Add blurb on REST resource versions
Browse files Browse the repository at this point in the history
  • Loading branch information
zzooeeyy authored and fourseven committed Sep 28, 2023
1 parent 60e0863 commit 04ac422
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/usage/rest.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ To instantiate a session, we recommend you either use the `shopify_app` if worki
## Using REST Resources
We provide a templated class library to access REST resources similar to `ActiveResource`. Format of the methods closely resemble our [REST API schema](https://shopify.dev/docs/api/admin-rest).

The version of REST resource that's loaded and used is set from [`ShopifyAPI::Context.setup`](https://github.com/Shopify/shopify-api-ruby/blob/main/README.md#setup-shopify-context)

### Instantiation
Create an instance of the REST resource you'd like to use and optionally provide the following parameters.
#### Constructor parameters
Expand Down

0 comments on commit 04ac422

Please sign in to comment.