aspnet-api-versioning
cool-webapi
aspnet-api-versioning | cool-webapi | |
---|---|---|
12 | 6 | |
3,033 | 56 | |
0.2% | - | |
8.7 | 1.3 | |
5 months ago | over 1 year ago | |
C# | C# | |
MIT License | - |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
aspnet-api-versioning
-
Web API Versioning - 'apiVersion' constraint
Here is a code example
- Best way to version a CQRS-oriented REST api
- How do you handle API versioning? And naming.
- Is this a common way to version REST apis
-
Angular, ASP.NET core web api, and DTOs
- The DTOs on the server should generally not change without warning. A deprecation cycle should ideally be in place so consumers can keep up over time and front end development doesn't have to be lock-step with the services the consume. Ideally some period of time between service v1 being deprecated and service v2 being required to allow consumers to react ( in this case, you're the consumer, so be kind to yourself ). Deets: https://github.com/dotnet/aspnet-api-versioning
-
8 quick tips to improve your .NET API
This API versioning can be parameterized with some options, including the default version or even how the versioning will be done, whether by URL, header or media type. For more details, you can access the official documentation.
-
Entity Changes and API Versioning - Looking for best practice
https://github.com/dotnet/aspnet-api-versioning/tree/master/samples/aspnetcore/BasicSample/Controllers something like this
-
API version control (route name error)
Could you not achieve what you want by using ASP.NET API versioning - there's a by namespace example here
-
.NET Core — API Versioning
A lista completa pode ser vista aqui: https://github.com/microsoft/aspnet-api-versioning/wiki/Version-Format
-
Web API in 5 Hours (2021)
You don't have to use attributes. You can use conventions. See here.
cool-webapi
-
What every ASP.NET Core Web API project needs - Part 6 - IServiceCollection Extension
So far I have added and configured several packages to the cool-webapi project and in the future articles I will add more packages and configuration and the Startup class will become a large class.
-
What every ASP.NET Core Web API project needs - Part 5 - Polly
You can find the source code for this walkthrough on Github.
-
What every ASP.NET Core Web API project needs - Part 4 - Error Message Reusability and Localization
Open Startup.cs class and follwing codes:
-
What every ASP.NET Core Web API project needs - Part 3 - Exception handling middleware
In the previous article, I wrote about API versioning and how to add Swagger to the sample project with support of API versioning. In this article, I show how to add custom middleware to handle exceptions globally and create a custom response when an error occurred.
-
What every ASP.NET Core Web API project needs - Part 2 - API versioning and Swagger
Open the cool-webpi project and Install Microsoft.AspNetCore.Mvc.Versioning.ApiExplorer package
-
What every ASP.NET Core Web API project needs - Part 1 - Serilog
Source code for this walkthrough could found on the Github.
What are some alternatives?
api-guidelines - Microsoft REST API Guidelines
CleanArchitecture - Clean Architecture Solution Template for ASP.NET Core
serilog-ui - Simple Serilog log viewer UI for several sinks.
Swashbuckle.AspNetCore - Swagger tools for documenting API's built on ASP.NET Core
serilog-settings-configuration - A Serilog configuration provider that reads from Microsoft.Extensions.Configuration
bitplatform - Build all of your apps using what you already know and love ❤️
serilog-sinks-mssqlserver - A Serilog sink that writes events to Microsoft SQL Server and Azure SQL
ApiVersioningSwagger - Api Versioning Swagger example
ASP.NET Boilerplate - ASP.NET Boilerplate - Web Application Framework
Serilog - Simple .NET logging with fully-structured events