You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: