Changelog
0.10.0
loginGetToken()
is now deprecated in favour of login()
which will now fetch tokens as well.Changelog
0.9.0
BREAKING CHANGES:
AxiosResponse
object directly, rather than the data
part of AxiosResponse
.error.response
was the API response data along with response and request objects, the former making it a cyclic object.error.response
is an object with fields {data, headers, status, statusText}