Christopher Posted July 26, 2018 Report Share Posted July 26, 2018 Would be nice to add versioning to your API which would hinder future changes to break older scripts and also make it easy for scripters to know if something has changed or is deprecated and needs to change. Here's a link to a library for ASP.NET Web API implementation https://github.com/Microsoft/aspnet-api-versioning And here's a quote from Microsofts guidelines on REST API :-) Quote 12 Versioning All APIs compliant with the Microsoft REST API Guidelines MUST support explicit versioning. It's critical that clients can count on services to be stable over time, and it's critical that services can add features and make changes. ( https://github.com/Microsoft/api-guidelines/blob/master/Guidelines.md#12-versioning ) Link to comment Share on other sites More sharing options...
support Posted July 26, 2018 Report Share Posted July 26, 2018 Thanks Christopher. We're very cautious about making changes which would break existing scripts, but clearly it will happen one day as we add more and more functionality. Regards Click Studios Link to comment Share on other sites More sharing options...
Christopher Posted July 27, 2018 Author Report Share Posted July 27, 2018 Excellent keep up the good work! Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.