Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor Catalog API in new API version #680

Merged
merged 9 commits into from
Jan 10, 2025
Merged

Conversation

mikekistler
Copy link
Contributor

This PR refactors the Catalog API to adopt more commonly accepted REST API conventions. The existing V1 API is unchanged and all refactoring is done in a new API version, V2.

Fixes #589.

Note: I have not tested the clients yet, so will move this to draft until that is done.

@mikekistler mikekistler marked this pull request as draft January 7, 2025 03:37
@mikekistler mikekistler mentioned this pull request Jan 7, 2025
@mikekistler mikekistler marked this pull request as ready for review January 9, 2025 21:36
@mikekistler
Copy link
Contributor Author

I have tested the Blazor, Maui, and Hybrid App and all seem to be functioning correctly.

Moved to Ready for Review.

src/Catalog.API/Apis/CatalogApi.cs Outdated Show resolved Hide resolved
src/Catalog.API/Catalog.API.json Outdated Show resolved Hide resolved
tests/Catalog.FunctionalTests/CatalogApiTests.cs Outdated Show resolved Hide resolved
@mikekistler mikekistler merged commit b3b115b into main Jan 10, 2025
5 checks passed
@mikekistler mikekistler deleted the mdk/catalog-api-v2 branch January 10, 2025 18:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Refactor Catalog API
2 participants