fin-to-openapi

1.1.1 • Public • Published

fin-to-openapi

Converts Fin deployments to OpenAPI specs.

NPM Build Status JavaScript Style Guide

Install

npm install fin-to-openapi

Usage

const convertFinToOpenAPI = require('fin-to-openapi')
const finDeployment = { /* ... */ }
 
const openAPI = await convertFinToOpenAPI(finDeployment)

Examples

See the test fixtures and their corresponding output snapshots for conversion examples.

Related

  • fin - Fin is the easiest way to launch your own SaaS.
  • fts - TypeScript standard for rock solid serverless functions.
  • OpenAPI - API specification.

License

MIT © Travis Fischer

Package Sidebar

Install

npm i fin-to-openapi

Weekly Downloads

0

Version

1.1.1

License

MIT

Unpacked Size

21.9 kB

Total Files

11

Last publish

Collaborators

  • fisch0920