0.0.13 • Published 5 years ago

apibuilder-javascript-generator v0.0.13

Weekly downloads
2
License
ISC
Repository
github
Last release
5 years ago

apibuilder-javascript-generator

Build Status

apibuilder code generators for JavaScript

Development

To run locally run the following command

npm run dev:start

The server will be running on http://localhost:7050

Routes

GET /generators - Lists all of the currently supported generators GET /generators/:key - Returns the details of a specific generator POST /invocations/:key - Takes a service definition and returns the generated files for the generator key