@scalableai/quickbite-api
v1.0.1
Published
TypeScript SDK for the QuickBite API API. Auto-generated by Scalable.
Downloads
233
Maintainers
Readme
@scalableai/quickbite-api
TypeScript SDK for the QuickBite API API.
Auto-generated by Scalable — Turn your SaaS into a Platform.
Installation
npm install @scalableai/quickbite-apiQuick Start
import { ScalableClient } from '@scalableai/quickbite-api';
const client = new ScalableClient({
apiKey: 'YOUR_API_KEY',
baseUrl: 'https://705243a1-cd8c-43be-b4d2-0ab1497d63f7.preview.emergentagent.com/api/gateway/quickbite-api' // optional, defaults to production
});
// Example: List resources
const data = await client.orders.list();
console.log(data);Authentication
All requests require an API key passed via the X-API-Key header.
The SDK handles this automatically when you initialize the client.
Rate Limiting
The API enforces rate limits per key. Check response headers:
X-RateLimit-Limit: Max requests per minuteX-RateLimit-Remaining: Remaining requests in current window
License
MIT
