n34t-types
v0.0.1
Published
Type definitions for n34t data types
Downloads
2
Readme
Service to monetize apis
Secure and monitor your api with a single line of code.
Apify.js is a middleware library to easily secure and monitor your node.js api.
await apify("integration-id", req, res, (req, res) => {
res.json({ hello: "world" });
});
Super straightforward node.js api gateway module
Handles:
- Api authentication via api keys
- Rate limiting
- CORS
- Monitoring
- Latency
- Errors
- Standard response formats
- Invoicing
Next steps:
- Documentation / exploration
Like Stripe but for api gateways