exegesis-plugin-clientapi
v1.1.4
Published
Exegesis plugin to serve a client API based on the openAPI definition
Downloads
4
Readme
exegesis-plugin-clientapi
Description
Adds exegesis support for generating client API code
Installation
npm install exegesis-plugin-clientapi
Example
Add this to your Exegesis options:
const exegesisClientAPIPlugin = require( 'exegesis-plugin-clientapi' );
options = {
plugins: [
exegesisClientAPIPlugin()
]
};
By default the API will be generated as an ES6 module.