Exegesis plugin to serve a client API based on the openAPI definition
npm install exegesis-plugin-clientapi![Run Status]()
![Coverage Badge]()



Adds exegesis support for generating client API code
``sh`
npm install exegesis-plugin-clientapi
Add this to your Exegesis options:
`js
const exegesisClientAPIPlugin = require( 'exegesis-plugin-clientapi' );
options = {
plugins: [
exegesisClientAPIPlugin()
]
};
``
By default the API will be generated as an ES6 module.