1.1.1 • Published 5 years ago

fin-to-openapi v1.1.1

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

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