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
Deprecate CALLR\API\Client::setAuthCredentials and CALLR\API\Client::setAuthToken in favor of CALLR\API\Client::setAuth. See #15
These will be removed in future versions, so please switch to the new method using a CALLR\Authentication\AuthenticationInterface object. Please see README for updated docs.
Deprecate CALLR\API\Client::setURL. If you really need to change the endpoint, please extend the CALLR\API\Client class. See #16
Merge pull request #14 from THECALLR/updates/api
- update documention to reflect new website address
- update code to futureproof api endpoint updates
- add user-agent headers to request