TypeScript: Data SDK
Fetch vehicle data using Data SDK
Last updated
Fetch vehicle data using Data SDK
Last updated
The DIMO Data SDK is an open-source TypeScript SDK built to facilitate developers in connecting to the API Services. The objective of the Data SDK is to handle things that interacts with the DIMO API.
To get started with the Data SDK, you should always start by defining which API your application is interested in using. Depending on what you want access to, you may need the following:
access_token
: This should be the Developer's JWT. This uses the Developer License public credentials and the private key (API key) of the app. A developer would get this JWT on the backend through Auth.
permissions_token
: This is the 2nd layer of security around getting vehicle data. A developer would first need end users to grant permissions to the Developer License, and then get this JWT through Token Exchange. This is sometimes referred as privilege_token
.
To learn more about the different JWTs and what they mean, visit the JWT section in Authentication.
https://github.com/DIMO-Network/data-sdk/blob/master/CONTRIBUTING.md