@omapi/generator-security
v0.0.1
Published
Generate security scheme handlers from OpenAPI filepaths using OpenMergeAPI.
Downloads
2
Maintainers
Readme
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.