API Versioning
Hi team,
I am developing Web APIs using .net8 for the mobile client. since the requirements keep on changing , I need to maintain versions for the api. How can this be implemented. should I add different controllers for different versions? PLease guide
2 Replies
https://github.com/dotnet/aspnet-api-versioning
and here is a video of Nick using it
https://www.youtube.com/watch?v=8Asq7ymF1R8
OK let me check that