Creating Your First Application
In this guide, you'll learn to build a simple application using our core API endpoints. We'll cover authentication, making your first request, and interpreting responses.
- Set up developer account
- Create API credentials
- Make your first API call
- Interpret response data
npm install nilllba-sdk
Example SDK import
import Nilllba from 'nilllba-sdk'
const client = new Nilllba("YOUR_API_KEY")