Open WillNilges opened 1 month ago
$ docker run --rm \
-v ${PWD}:/local openapitools/openapi-generator-cli generate \
-i https://db.nycmesh.net/api-docs/openapi3.json \
-g typescript-node \
-o /local/out/ts \
--skip-validate-spec \
--package-name meshdb-ts```
https://github.com/willnilges/pymeshdb
Could do the same for JS.