Installing
You can find our SDK on any of the following package managers or you can use our CDN to include it in your project.Our SDK requires a minimum of Node.js 18 to work, or any modern browser. We rely on the Fetch API,
so if you are using an older browser, you will need to use a polyfill. You can find out more
information here.
Getting started
You first need to create an API key, which you can find our documentation on here. Please also read our Best Practices guide to learn how to best use our SDK.Environment variables
If you wish to use environment variables, you can set theDRIVLY_API_KEY
and DRIVLY_ENV
variables in your environment. Our SDK will automatically pick up these environment variables and use them to authenticate your requests.