Re: [Architecture] How are we planing to support API versioning in v3

2019-03-22 Thread Nuwan Bandara
On Thu, Mar 21, 2019 at 11:55 PM Nuwan Dias wrote: > > > On Fri, Mar 22, 2019 at 2:17 AM Nuwan Bandara wrote: > >> Hi All, >> >> I stumbled upon one of Roy Fielding tweets - >> https://twitter.com/fielding/status/376835835670167552 :) >> > > I unfortunately don't agree with this tweet :). I don'

Re: [Architecture] How are we planing to support API versioning in v3

2019-03-21 Thread Nuwan Dias
On Fri, Mar 22, 2019 at 2:17 AM Nuwan Bandara wrote: > Hi All, > > I stumbled upon one of Roy Fielding tweets - > https://twitter.com/fielding/status/376835835670167552 :) > I unfortunately don't agree with this tweet :). I don't understand how having a v1 makes your API non-evolvable. IMO the s

[Architecture] How are we planing to support API versioning in v3

2019-03-21 Thread Nuwan Bandara
Hi All, I stumbled upon one of Roy Fielding tweets - https://twitter.com/fielding/status/376835835670167552 :) and started digging bit on api versioning. Right now we encourage API-M users to make API versions explicit in the API URI. which means a sample URI is /{context}/{version}/{resource} e