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 swagger generated APIs #43

Open
tazarov opened this issue Aug 12, 2024 · 0 comments
Open

Move away from swagger generated APIs #43

tazarov opened this issue Aug 12, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@tazarov
Copy link
Contributor

tazarov commented Aug 12, 2024

We don't need the complexity of the generated swagger spec. Instead we can move to a slim dependency on only okhttp + a few classes to represent the requests. This will allow us to build a more robust client that is simpler with fewer dependencies

--- EDIT ---

An additional benefit of not using the generated bindings is that objects can be made a bit more flexible with utility methods and their own behaviour including builders.

@tazarov tazarov added the enhancement New feature or request label Aug 12, 2024
@tazarov tazarov added this to the 0.2.0 milestone Aug 12, 2024
@tazarov tazarov self-assigned this Aug 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant