You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The products/latest API endpoint currently returns the same results as collection/{lidvid}/products/all. We need to update the API service to handle this the way it should.
Per @tdddblog 's comment, this will mostly require some refactoring of how collection's products are handled in the registry.
⚖️ Acceptance Criteria
Given When I perform Then I expect
⚙️ Engineering Details
The text was updated successfully, but these errors were encountered:
jordanpadams
changed the title
Improve all products endpoint to include all versions of all products
Improve products/all endpoint to include all versions of all products
Oct 19, 2021
💪 Motivation
...so that I can get all versions of all products associated with a collection/bundle LID
📖 Additional Details
Per the original issue:
and the accompanying PR:
The
products/latest
API endpoint currently returns the same results ascollection/{lidvid}/products/all
. We need to update the API service to handle this the way it should.Per @tdddblog 's comment, this will mostly require some refactoring of how collection's products are handled in the registry.
⚖️ Acceptance Criteria
Given
When I perform
Then I expect
⚙️ Engineering Details
The text was updated successfully, but these errors were encountered: