An open API service indexing awesome lists of open source software.

https://github.com/tdgroot/windesheim-api-versioning-asp

A demo project showing how to implement API versioning in an ASP.NET Core.
https://github.com/tdgroot/windesheim-api-versioning-asp

Last synced: 20 days ago
JSON representation

A demo project showing how to implement API versioning in an ASP.NET Core.

Awesome Lists containing this project

README

        

# windesheim-api-versioning-asp

A demo project showing how to implement API versioning in ASP.NET Core.

## Routes

- /api/v1/furries
- /api/v1/furries/{id}
- /api/v2/furries
- /api/v2/furries/{id}

## Building

*Make sure you have .NET Core installed.*

Just run the following:
``` shell
dotnet run
```