npm install fin-to-openapi
const convertFinToOpenAPI = require('fin-to-openapi')
const finDeployment = { /* ... */ }
const openAPI = await convertFinToOpenAPI(finDeployment)
See the test fixtures and their corresponding output snapshots for conversion examples.
- fin - Fin is the easiest way to launch your own SaaS.
- fts - TypeScript standard for rock solid serverless functions.
- OpenAPI - API specification.
MIT © Travis Fischer