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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.1.1
    0
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.1.1
    0
  • 0.0.2
    0
  • 0.0.1
    0

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