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
* Added missing endpoints and refactored all tests
* Updated the ApiClient so that you can you can create an ApiClient with any variables using a kwargs
* Updated the Readme and changed the __init__ function in ApiClientPersisting
* Changed the folder structure in order to adhere to the PyPi standards (tests needs to be a top-level folder)
* Fixed the Avatar endpoint (added a verify parameter to making get-requests)
Fixed the ApiClientPersistent instantiation
* Fixed the get request for the case that a byte response is returned instead of JSON
* Changed the constructor of ApiClient and ApiClientPersisting based on OGKevin’s suggestion.
0 commit comments