Features
The SDK handles groundwork such as authentication, renewing
authentication tokens and serializing and deserializing data to and
from JavaScript data structures, so that you don't need to worry about
it.
The main SDK features are:
- Promise-based asynchronous API.
- Universal: Runs in any JavaScript environment, including Node.js, browser and React Native (experimental).
- Predictable mapping from SDK methods to API endpoints.
- Types to represent UUID, money, geolocation, etc. with automatic serialization and deserialization.
- Easy authentication.