Releases: THECALLR/sdk-php
Releases · THECALLR/sdk-php
Fix "Login-As"
"Login As" feature
- New
logAs
method in Authenticators - You are now able to use the API with one of your sub-account should you possess one, without specifying its password.
0.10.1
0.10.0
- Use of new API endpoint for JSON-RPC requests : https://api.callr.com/json-rpc/v1.1/ See #16
- Deprecate
CALLR\API\Client::setAuthCredentials
andCALLR\API\Client::setAuthToken
in favor ofCALLR\API\Client::setAuth
. See #15
These will be removed in future versions, so please switch to the new method using aCALLR\Authentication\AuthenticationInterface
object. Please see README for updated docs. - Deprecate
CALLR\API\Client::setURL
. If you really need to change the endpoint, please extend theCALLR\API\Client
class. See #16