GitHub - valerii15298/openapi-docs: OpenAPI Editor & Documentation

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Repository files navigation

OpenAPI Docs

Install

pnpm add openapi-docs

Check out the example folder which contains minimal setup code.

Cors Proxy

Optionally you can wrap OpenAPI Docs with HttpProxyContext provider. You will need a backend implementation of http proxy. Http Proxy should accept target url under urlHeader header name and forward the whole request to the target url. This is pretty straightforward to setup with Cloudflare Workers free plan. You can check the example Cloudflare worker code in cloudflare-http-proxy.js file.