forked from dotnet/eShop
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated API URL and added versioning (dotnet#390)
* Updated API URL and added versioning The base URL for the API has been updated to a more simplified format. Additionally, versioning parameters have been added to all API calls to ensure compatibility with future updates. This includes changes in methods related to catalog items, brands, types and picture URI generation. * Enhanced mobile-bff with additional references The mobile-bff project has been updated to include references to the orderingApi and basketApi. Additionally, a launch profile name parameter has been added to the webhook client project setup. * Refactored OIDC client setup and updated API endpoints The OIDC client setup in the IdentityService has been refactored for better readability. Additional options have been added to disable certain validations and HTTPS requirement. API endpoint URLs in OrderService have been updated to include versioning query parameters. This change ensures that the correct version of the API is called. Localhost ports in SettingsViewModel have also been updated, reflecting changes in local development environment. In appsettings.json, new routing configurations for catalog, ordering, and identity services have been added. These configurations include path matching rules and destination addresses.
- Loading branch information
1 parent
fd84893
commit 713da84
Showing
7 changed files
with
86 additions
and
26 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
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
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
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
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
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
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