Skip to content

Stop returning requests objects #328

@jadolg

Description

@jadolg

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.

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions