Mid Microservices

URI Versioning: Include the version in the URL, such as /api/v1/users.?

  • Example: GET /api/v1/orders/{id} vs. GET /api/v2/orders/{id}

More from Microservices with .NET

All questions for this course