openapi.tools
                                
                                
                                
                                    openapi.tools copied to clipboard
                            
                            
                            
                        A collection of Editors, Linters, Parsers, Code Generators, Documentation, Testing
Hi. I added an entry for my own tool `ram`, which I have used on a daily basis for almost a year now. I could use contributions and opinions on...
I am not sure if these are in the right category. I'd love some recommendations on this.
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...
Hi, It would be great to add [swagger-request-validator](https://bitbucket.org/atlassian/swagger-request-validator/src/master/) This project has been in development for ~5yrs and has support for Swagger 2.0 and OpenAPI 3.0. Cheers, James
The Python framework FastAPI will [automatically generate OpenAPI docs](https://fastapi.tiangolo.com/tutorial/first-steps/?h=openapi#check-the-openapijson) for the code you write, could this be added to the auto generator section?
Monitors your API traffic and auto-generates an OpenAPI spec; can let you know, for example, if there is a breaking change between builds on your PRs. https://www.akitasoftware.com
Hello👋 I would like to add the [API Contractor](https://github.com/deiteris/api-contractor/tree/master/extension) extension for Visual Studio Code that I'm working on. The extension uses [AML Language Server](https://github.com/aml-org/als) for validation, conversion and linting and...
Hello, I noticed that ApiFuzzer is listed under validation tools, and wanted to suggest also adding the RESTler fuzzer to the list: https://github.com/microsoft/restler-fuzzer RESTLER's description from the README: RESTler is...
Generates python cliend code based on openapi.json. Quite new tool, I've recently used it with openapi.json generated by FastAPI and it worked just fine. Cheers. https://pypi.org/project/openapi-python-client/
> @philsturgeon thanks for reaching out. We appreciate your interest in listing our tool in [OpenAPI.Tools](https://openapi.tools/). The support for OpenAPI v3.0 is in progress. [We already have a metamodel for...