aspnet-api-versioning
api-guidelines
Our great sponsors
aspnet-api-versioning | api-guidelines | |
---|---|---|
10 | 13 | |
2,660 | 21,104 | |
3.0% | 2.5% | |
9.4 | 8.6 | |
11 days ago | 6 days ago | |
C# | ||
MIT License | GNU General Public License v3.0 or later |
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
-
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.
-
.NET Core — API Versioning
A lista completa pode ser vista aqui: https://github.com/microsoft/aspnet-api-versioning/wiki/Version-Format
-
What every ASP.NET Core Web API project needs - Part 2 - API versioning and Swagger
Check out the official API versioning Github repository to find out more information.
api-guidelines
-
Recommendation reading (books/blogs) for best practices while designing REST APIs
As a companion to this - Microsoft REST API Guidelines on GitHub.
This is a great, thorough and in-depth document from Microsoft: https://github.com/microsoft/api-guidelines/blob/vNext/Guidelines.md
-
Looking for understandable good practices concerning structure of json returned
Thing is, I made some researches this morning, and I found nowhere a "data" wrapper, not in Microsoft API best practices [FR] (client is using Microsoft APIs), not in Microsoft API guidelines, not in OpenAPI offical specifications, nowhere in any blog I found this morning.
-
Everything about APIs
Microsoft REST API guidelines
-
Library for Filtering/Sorting/Pagination Microsoft Style
I'm working on a web API where I'd like to follow the Microsoft API Guidelines. I thought this would be easy, because surely there would be plenty of libraries out there to support their guidelines, maybe Microsoft even has one out there (I thought). I haven't been able to find any.
-
What every ASP.NET Core Web API project needs - Part 2 - API versioning and Swagger
Let's get started. As you might know, there are several ways to versioning API, by URL, HTTP header, etc. We are going to add API versioning by URL.
- Best Practices for REST API Design
What are some alternatives?
google.aip.dev - API Improvement Proposals. https://aip.dev/
Sieve - ⚗️ Clean & extensible Sorting, Filtering, and Pagination for ASP.NET Core
free-for-dev - A list of SaaS, PaaS and IaaS offerings that have free tiers of interest to devops and infradev
OpenAPI-Specification - The OpenAPI Specification Repository
Swashbuckle.AspNetCore - Swagger tools for documenting API's built on ASP.NET Core
awesome-rest - A collaborative list of great resources about RESTful API architecture, development, test, and performance
awesome-grpc - A curated list of useful resources for gRPC
Panner.AspNetCore - Sorting and filtering made easy for your ASP.NET Core project. Shortcuts. custom model binders and other goodies for Panner. Easy-peasy.
awesome-api - A curated list of awesome resources for design and implement RESTful API's.
websocket-client - WebSocket client for Python
grpc-gateway - gRPC to JSON proxy generator following the gRPC HTTP spec
awesome-json-rpc - Curated list of JSON-RPC resources.