0.0.1 • Published 1 year ago
@omapi/generator-security v0.0.1
OpenAPI Merge > Generator > Security
Generate security scheme handlers from OpenAPI filepaths using OpenMergeAPI.
View more documentation at omapi.com.
Install
npm install @omapi/generator-security
Use with OpenMergeAPI
import security from '@omapi/generator-security'
export default {
input: 'api',
output: 'build',
generators: [
security({
// ...
})
]
}
Options
The following options are:
output
<String
> - The output filepath where the generated file will be written, relative to the rootoutput
property. (Default:security.js
)
License
This software and all example code are dedicated to the public domain.
0.0.1
1 year ago