This repository has been archived by the owner on Jan 13, 2023. It is now read-only.
v4.0.0-beta.2
·
23 commits
to master
since this release
Breaking Changes
- Module no longer includes a promise polyfill. If you are using the module in a context that does not support Promises (old versions of Node or old browsers), you must polyfill it yourself before using the module.
- Connection endpoint now defaults to url without a trailing
/
- User-Agent is no longer set with provided platform (as using in a browser context was throwing errors)
Features
- Top level routes now supported. IE, hitting the
/export
endpoint will not automatically prefix/api/v3
to the request