Skip to content

Introduce Product Resource#39

Open
imRohan wants to merge 1 commit into
mainfrom
rl-introduce-products
Open

Introduce Product Resource#39
imRohan wants to merge 1 commit into
mainfrom
rl-introduce-products

Conversation

@imRohan

@imRohan imRohan commented May 8, 2026

Copy link
Copy Markdown
Collaborator

Version 2 of the api is now available, and introduces the Product resource. We'd like to expose this via the gem, allowing our clients to consume this new resource. The Product resource will be retrieved via ID using a different api, version 2. This new API utilizes a basic authentication scheme. Since this is the first resource to be consumed via the v2 API this PR not only introduces Products, it also adds all the plumbing required to interact with the new api version.

This change addresses the need by:

  • Introducing a v2 authenticator
  • Introducing a v2 api
  • Introducing a Product resource and a CoreObject

@imRohan imRohan self-assigned this May 8, 2026
@imRohan imRohan force-pushed the rl-introduce-products branch from b8686e4 to e4434cf Compare May 8, 2026 18:54
@imRohan

imRohan commented May 13, 2026

Copy link
Copy Markdown
Collaborator Author

Testing, working on staging (Auth + Retrieve Product)
image

@imRohan imRohan force-pushed the rl-introduce-products branch from 8b81341 to 35f9c36 Compare May 13, 2026 15:30
Version 2 of the api is now available, and introduces the Product
resource. We'd like to expose this via the gem, allowing our clients to
consume this new resource. The Product resource will be retrieved via ID
using a different api, version 2. This new API utilizes a basic
authentication scheme. Since this is the first resource to be consumed
via the v2 API this PR not only introduces Products, it also adds all
the plumbing required to interact with the new api version.

This change addresses the need by:
* Introducing a v2 authenticator
* Introducing a v2 api
* Introducing a CoreObject resource which can be used by all core (v2)
  objects
* Introducing a Product resource
@chriswoodford

Copy link
Copy Markdown
Contributor

the authentication changes need to be their own PR...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants