1.0.2 • Published 7 years ago

gen-swagger-javascript-client v1.0.2

Weekly downloads
7
License
GPL
Repository
github
Last release
7 years ago

gen-swagger-client-script

Generates a Javascript Client with Flowtyping from Swagger specs

The generated client API returns promises

Installing gen-swagger-client-script

npm install --save gen-swagger-client-script

Using Yarn

require('./scripts/gen-swagger-client-script.js')
    .genSwaggerClient
    .genJsScript('./api-spec/holla-api-spec.yaml', './scripts/');

genJsScript(yaml swagger spec, directory to put the client api)

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago