api-guidelines
Swashbuckle.AspNetCore
api-guidelines | Swashbuckle.AspNetCore | |
---|---|---|
16 | 16 | |
22,704 | 5,219 | |
0.3% | - | |
8.1 | 9.5 | |
16 days ago | 8 days ago | |
C# | ||
GNU General Public License v3.0 or later | 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.
api-guidelines
-
5 Things I wanted to know about REST API when I was starting
AZURE API Guidelines
-
Mastering API Design: 26 Resources for Software Engineers
đź“ť "Microsoft REST API Guidelines" [link]
- Ask HN: Any book recommendations for API design?
- What are the best practices that you, your team or your company follows while developing apis or while writing api contracts?
- Recommendations for resources about REST APIs?
- Best Practice/Standars for API Management endpoints
- Ask HN: Standards for API Error Responses
-
Recommendation reading (books/blogs) for best practices while designing REST APIs
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
Swashbuckle.AspNetCore
- TypeSpec: A New Language for API-Centric Development
-
Advantages and disadvantages of FastEndpoints
It isn't where it needs to be. Notably, it cannot out-of-the-box handle open generic data types. There's also plenty of issues logged for this library. - Personally, that makes me think the approach is overly complicated and doesn't do its job as well as it should.
-
Web API Swagger to File Error Net 6
I have been checking all the sites about web api swagger to file but it seems theres some issue exporting swagger file on net 6.. any one can help us on this issue? https://github.com/domaindrivendev/Swashbuckle.AspNetCore/issues/2585
-
App Service Memory jump. This app service barely gets used. It's running on a B3 plan with some other small app services that also have a graph like this but at different times. These are all .Net, C#, and running on Linux. Any ideas on what might do this or how I'd track it down?
Also, there are multiple open bugs regarding memory utilization issues with Swagger, such as this one.
-
Update Swashbuckle.AspNetCore Version from version"4.0.1" to "6.2.3"
Hi there. I had an interesting task: to update the Swashbuckle.AspNetCore version from "4.0.1" to "6.2.3". It looked very simple but it was not what it looked like. The main problem was breaking changes which happened when passing from version 4 to version 5. Swashbuckle.AspNetCore began to use Swagger/OpenAPI version v3 instead of OpenAPI v2. The project makes use of NSwag to generate httpClient for getting data from another microservice. Any attempt to regenerate auto generated code changed it after updating Swashbuckle.AspNetCore version. These caused a lot of build errors. I should have decreased differencies between the new code and old one. Main difference which cause incompatibility in the project were:
-
Authenticate Next.js SPA with ASP.NET 6 Identity and Duende Identity Server Part 1
Swashbuckle Github repo
-
OpenAPI extensions and Swashbuckle
Swashbuckle.AspNetCore
-
dotnet swagger tofile : FileNotFoundException dotnet-swagger.xml
Trying to generate swagger from the compiled dll using this command with the swagger CLI:
-
A Developer's Guide to CQRS Using .NET Core and MediatR
Swashbuckle Swagger
-
Organize code by concepts, not layers
That’s exactly what I meant. There’s about 0 maintenance required most of the time. Take a look at their official nuget GitHub page. This should work out of the box with ASP.NET core 3.0 and greater. For 5.0 onwards, the MVC template comes pre-configured with it.
What are some alternatives?
google.aip.dev - API Improvement Proposals. https://aip.dev/
swagger-core - Examples and server integrations for generating the Swagger API Specification, which enables easy access to your REST API
Sieve - ⚗️ Clean & extensible Sorting, Filtering, and Pagination for ASP.NET Core
SPA-Identity-Server-Authenticate-Sample - SPA Identity Server Authenticate Sample
OpenAPI-Specification - The OpenAPI Specification Repository
swagger-petstore - swagger-codegen contains a template-driven engine to generate documentation, API clients and server stubs in different languages by parsing your OpenAPI / Swagger definition.
free-for-dev - A list of SaaS, PaaS and IaaS offerings that have free tiers of interest to devops and infradev
cqrs-with-net-core-mediatr
awesome-rest - A collaborative list of great resources about RESTful API architecture, development, test, and performance
SpaceEmporium - Simple API Versioning in ASP.NET Core
awesome-grpc - A curated list of useful resources for gRPC
opentelemetry-specification - Specifications for OpenTelemetry