@scalableai/testdeployproject
v1.0.0
Published
TypeScript SDK for the TestDeployProject API. Auto-generated by Scalable.
Downloads
123
Maintainers
Readme
@scalableai/testdeployproject
TypeScript SDK for the TestDeployProject API.
Auto-generated by Scalable — Turn your SaaS into a Platform.
Installation
npm install @scalableai/testdeployprojectQuick Start
import { ScalableClient } from '@scalableai/testdeployproject';
const client = new ScalableClient({
apiKey: 'YOUR_API_KEY',
baseUrl: 'https://705243a1-cd8c-43be-b4d2-0ab1497d63f7.preview.emergentagent.com/api/gateway/testdeployproject' // 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
