-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor Catalog API in new API version (#680)
* Add Catalog API v2 with all the same APIs * Split GetAllItems into v1 and v2 * Collapse GetItemsByName, Type, or Brand into GetAllItems * Add id path parameter to UpdateItem * Move text parameter from path to query * Update Catalog clients to V2 API version * Refactor v1 APIs to use V2 implementation * Update ApiVersion of WebAppCatalogService (client) to 2.0 * Address PR review comments
- Loading branch information
1 parent
cd3f752
commit b3b115b
Showing
15 changed files
with
1,420 additions
and
478 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.