apibuilder code generators for JavaScript
To run locally run the following command
npm run dev:start
The server will be running on http://localhost:7050
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