βοΈInitializing the Client
Get up and running in just a few easy steps.
Initial Setup
import { ShogunQuoteApiClient } from '@shogun-sdk/root';
// Create a new client instance
const client = new ShogunQuoteApiClient(
'YOUR_API_KEY', // Get this from Shogun dashboard
'https://api.intensitylabs.ai' // API endpoint
);Last updated