flowup / api-client-generator

Angular REST API client generator from Swagger YAML or JSON file with camel case settigs
MIT License
115 stars 21 forks source link

How to re-generate example client? #19

Closed warmans closed 6 years ago

warmans commented 6 years ago

Is the swagger file missing to regenerate the example code (example dir in project)? Additionally it seems like this target is not functional in the package.json:

    "gen": "ts-node ./src/main.ts",

I guess it should be ...main.ts -s the-missing-swagger-file.json -o example.

vmasek commented 6 years ago

We will add tests for the generator in near future. The biggest priority is to generate module with support for namespaced (micro)services.

warmans commented 6 years ago

This is no longer relevant.