-
Notifications
You must be signed in to change notification settings - Fork 96
Closed
Description
We are returning requests objects for every call and return json directly. Even though this has been very practical, simple things like checking if the API call was successful could just be done by our library instead of relying in the user to do so. Even I forget the checks from time to time and it's quite annoying. I would also align more with how I would like for the code to progress in the future #327
This change would completely break compatibility with the current versions but I think it can be a great improvement for developer experience.