Back to course home
0% completed
Vote For New Content
API Versioning
Ricardo Franco
Nov 23, 2023
Could you explain API Versioning in more detail? Would it mean the API Gateway routes the request to a different pool of microservices based on the version?
3
0
Comments
Comments
Design Gurus2 years ago
Yes, API gateway can route requests based on the version of an API.
API versioning is a strategy used to manage changes to an API over time. As APIs evolve, new features are added, existing features are modified, and sometimes features are deprecated. API versioning ...