imboclient
Advanced tools
Changelog
[3.0.0] - 2015-07-23
Error
-instances instead of the weird error-codes used earlier. Those who check for errors with specific values need to change this. All HTTP-related errors include a statusCode
property that can be used instead.getUserInfo()
no longer returns the publicKey
property when using Imbo 2.0. Instead, a user
property is included (when using Imbo < 2.0, the user
property will have the same value as publicKey
).user
parameter. This goes along with Imbo 2.0's distinction between a user and a public key. If the public key and user differs, a publicKey
query parameter is added.smartSize
-transformation.getResourceGroups()
, getResourceGroup()
, addResourceGroup()
, editResourceGroup()
, deleteResourceGroup
and resourceGroupExists()
.addPublicKey()
, editPublicKey()
, deletePublicKey()
and publicKeyExists()
.getAccessControlRules()
, getAccessControlRule()
, addAccessControlRule()
, deleteAccessControlRule()
.