- A Kloudless client object can now use the
getBinary
method to download file contents, which avoids the library trying to parse the response body as a JSON object.
- The API version has been updated to
v2
. This introduces backwards incompatible changes. Please read the new README for more information on the new version.
- A Kloudless client object can now be instantiated with a specific bearer
token and account id using the
KClient
class. See the README for more information. - The CRM API is now supported.
- The API version has been updated to
v1
. This introduces backwards incompatible changes. Please review the migration guide for more information on migrating fromv0
tov1
.