Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use OpenAPI Generator to make client libraries #592

Open
WillNilges opened this issue Sep 22, 2024 · 2 comments
Open

Use OpenAPI Generator to make client libraries #592

WillNilges opened this issue Sep 22, 2024 · 2 comments
Labels
API Issues related to the API we expose for other applications enhancement New feature or request

Comments

@WillNilges
Copy link
Collaborator

https://github.com/willnilges/pymeshdb

$ docker run --rm \
  -v ${PWD}:/local openapitools/openapi-generator-cli generate \
  -i https://db.grandsvc.mesh.nycmesh.net/api-docs/openapi3.json \
  -g python \
  -o /local/out/python \
  --skip-validate-spec \
--package-name pymeshdb

Could do the same for JS.

@WillNilges
Copy link
Collaborator Author

@Andrew-Dickinson Andrew-Dickinson added API Issues related to the API we expose for other applications enhancement New feature or request labels Sep 22, 2024
@WillNilges
Copy link
Collaborator Author

$ 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```

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
API Issues related to the API we expose for other applications enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants