OpenAPI Editor is a wrapper for Swagger-Editor 3.x
Nice2Dev API & Integration Platform — OpenAPI editor, API testing, integration builder
Generated TypeScript definitions based on GitHub's OpenAPI spec for api.github.com
JSON Schemas for every version of the OpenAPI Specification
Convert OpenAPI 3.0 & 3.1 schemas to TypeScript
TypeScript helpers for consuming openapi-typescript types
Fast, type-safe fetch client for your OpenAPI schema. Only 6 kb (min). Works with React, Vue, Svelte, or vanilla JS.
🌀 OpenAPI to TypeScript codegen. Production-grade SDKs, Zod schemas, TanStack Query hooks, and 20+ plugins. Used by Vercel, OpenCode, and PayPal.
Modern OpenAPI types
Tool for generation samples based on OpenAPI payload/response schema
Types for OpenAPI documents.
Builds OpenAPI schemas from Zod schemas
OpenAPI Server URL templating parser, validator and substitution mechanism.
Convert Swagger 2.0 definitions to OpenApi 3.0 and validate
A npm package wrapper for OpenAPI Generator (https://github.com/OpenAPITools/openapi-generator), generates which API client libraries (SDK generation), server stubs, documentation and configuration automatically given an OpenAPI Spec (v2, v3)
OpenAPI Path Templating parser, validator, resolver and matcher.
Generated TypeScript definitions based on GitHub's OpenAPI spec for api.github.com
OpenAPI schema generator for Hono
Upgrade OpenAPI documents to the latest and greatest version
OpenAPI 3.0.x namespace for ApiDOM.
ReDoc
modern OpenAPI parser written in TypeScript
A wrapper class of Hono which supports OpenAPI.
Automatically validate API requests and responses with OpenAPI 3 and Express.
The Sezzle API is intended for merchants interested in accepting Sezzle Pay as a payment option. This gem was generated from the Sezzle v2 OpenAPI Specification using the Swagger Editor and modified from SwaggerClient to SezzleClient throughout.
== Let's intuitively write API documentation with Swagger Editor in your Rails Project! 😊 Configureless and no DSL. 👍 But you can also configure. Manage with yaml file instead of Ruby code. Loosely coupled to your Rails project. 👍 So if you want to use another tool, you can port it right away. 😢 Generate api docment(OpenAPI) side only from `Rails` routing. Provide rake tasks to management API Docment (OpenAPI) 🎉 $ bundle exec rake routes:oas:init $ bundle exec rake routes:oas:docs $ bundle exec rake routes:oas:ui $ bundle exec rake routes:oas:editor $ bundle exec rake routes:oas:monitor $ bundle exec rake routes:oas:build $ bundle exec rake routes:oas:clean $ bundle exec rake routes:oas:analyze $ bundle exec rake routes:oas:deploy Happy Coding ❗️