swagger
Add Swagger to your .NET Core Web API
·195 words·1 min
dotnet
aspnetcore
swagger
Last week .NET Core was released, and the first thing I tried to solve was how to Add Swagger to your .NET Core Web API:
Dependencies # At the time of writing you should add the following dependency to your project.json file
Remove RavenDb's API from Swagger
·156 words·1 min
dotnet
aspnetcore
swagger
I’ve been working on a small IoT project where we expose a simple REST API and use RavenDB Embedded as the database. Once we enabled Swagger on our project we noticed that the generated documentation was not only showing our API but those exposed by RavenDB too. So the question came up: how can we Remove RavenDb’s API from Swagger Documentation?