openapi.tools icon indicating copy to clipboard operation
openapi.tools copied to clipboard

Additional Tools

Open mp3monster opened this issue 3 years ago • 1 comments

Can I suggest https://apiary.io/ - with its live mock server and offers a free tier. In addition to OAS, it also supports the API Blueprint standard.

A lot of the foundations to Apiary have been made available as open-source, for example, Dredd test tool https://dredd.org/en/latest/

Considered a section for Visual Studio Code plugins ?

mp3monster avatar Oct 26 '21 18:10 mp3monster

Swashbuckle would also be good to add. Autogenerate OpenApi 2.0 and 3.0 from ASP.Net and ASP.Net Core code. Also provides Swagger UI hosted with your API.

  • https://github.com/domaindrivendev/Swashbuckle.AspNetCore
  • https://github.com/domaindrivendev/Swashbuckle.WebApi

drew-cooper avatar Nov 07 '21 21:11 drew-cooper