Re: TO API Versioning

2017-03-31 Thread Robert Butts
+1 on Semantic Versioning. -1 on breaking the existing API again. There's no point versioning if we make breaking changes without changing the version. On Fri, Mar 31, 2017 at 2:42 PM, Amir Yeshurun wrote: > +1 for choosing a versioning philosophy > > On Mon, Mar 27, 2017 at

Re: TO API Versioning

2017-03-27 Thread Dewayne Richardson
Yes, the versioning wasn't consistent because we switched out the database to Postgres which had several impacts to the API. The issue with API routes being too granular in the versioning is tricky because the consumers of the API will need to change as the versions of Traffic Ops moves forward.

Re: TO API Versioning

2017-03-20 Thread Dave Neuman
Maybe this is a topic that we should discuss at the meetup in May? On Mon, Mar 20, 2017 at 11:20 AM, Hank Beatty wrote: > I recently ran into an issue where one of my scripts that uses the TO API > stopped working correctly. It was failing in such a way that if I had not >