OData / RESTier

A turn-key library for building RESTful services
http://odata.github.io/RESTier
Other
472 stars 136 forks source link

[2.0] Support API Versioning #662

Open Tiberriver256 opened 4 years ago

Tiberriver256 commented 4 years ago

There is another project focused on providing versioned OData APIs for different versions of .NET Web API across .NET and .NET Core here: https://github.com/microsoft/aspnet-api-versioning

I had opened an issue quite awhile ago on their repo to ask if it was compatible with RESTier: https://github.com/microsoft/aspnet-api-versioning/issues/404

They had suggested it might be required to make some modifications in the RESTier code to support but weren't 100% sure. I had forgotten about this for awhile but we're getting to the stage in our API development life-cycle that we're going to start needing versioning. Was this on the roadmap at all for RESTier?

robertmclaws commented 10 months ago

Likely API versioning options for 2.0:

Will need code and documentation for both options.