@rjpruitt16/ezthrottle
v1.0.0
Published
Node.js SDK for EZThrottle - The World's First API Aqueduct
Maintainers
Readme
EZThrottle Node.js SDK
The World's First API Aqueduct.
Installation
npm install @tracktags/ezthrottleQuick Start
const { EZThrottle } = require('@tracktags/ezthrottle');
const client = new EZThrottle({
apiKey: 'ck_live_cust_XXX_YYY',
});
const result = await client.queueRequest({
url: 'https://api.example.com/data',
webhookUrl: 'https://myapp.com/webhook',
});
console.log('Job queued:', result.job_id);License
MIT
