Installation
NPM
Yarn
PNPM
Basic Setup
Import and initialize the SDK:Configuration Options
The SDK accepts the following configuration options:Your Limitly API key. You can find this in your Limitly dashboard.
The base URL for the Limitly API. Defaults to
https://api.limitly.dev
.Request timeout in milliseconds. Defaults to 30000 (30 seconds).
Example Configuration
Next Steps
- Authentication - Learn how to authenticate with the API
- Request Validation - Validate user requests
- API Key Management - Manage API keys for your users