Rest API - Versioning Strategies
You have an API with versions /v1 and /v2. Version 2 changes the user object by renaming 'username' to 'user_name'. How can you design the API to avoid breaking clients using /v1?
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions