@scalableai/quickbyte
v1.0.0
Published
TypeScript SDK for the quickbyte API. Auto-generated by Scalable.
Downloads
125
Maintainers
Readme
@scalableai/quickbyte
TypeScript SDK for the quickbyte API.
Auto-generated by Scalable — Turn your SaaS into a Platform.
Installation
npm install @scalableai/quickbyteQuick Start
import { ScalableClient } from '@scalableai/quickbyte';
const client = new ScalableClient({
apiKey: 'YOUR_API_KEY',
baseUrl: 'https://quickbyte.usescalableai.com' // 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
