v2.3.0
Release notes:
-
BREAKING: new request instance is created for each request
- endpoint is now an ApiClient method instead of property - new usage is
api->email()instead ofapi->email - options and other settings are not persisted between calls anymore
- endpoint is now an ApiClient method instead of property - new usage is
-
User agent header was changed in an effort to switch to an unified structure across all of our API SDKs
-
Removed vendor folder from the repository
-
Added Github action to run tests automatically