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

Move away from automatically generated API library #8

Open
tomcur opened this issue Nov 7, 2020 · 0 comments
Open

Move away from automatically generated API library #8

tomcur opened this issue Nov 7, 2020 · 0 comments
Labels
good first issue Good for newcomers
Milestone

Comments

@tomcur
Copy link
Member

tomcur commented Nov 7, 2020

Currently an API client library is generated from the OpenAPI specification using openapi-generator (see ./generate.sh). This is troublesome for endpoints that are nontrivial (such as GET /media/{mediaId}/content) and it complicates building this project by having a submodule. We should complete the manual client implementation for the API and refactor all code to use that.

Preliminary work on the manual API library is in ./src/api.

@tomcur tomcur added the good first issue Good for newcomers label Nov 7, 2020
@tomcur tomcur added this to the 1.0.0 milestone Nov 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant