A middleware package for Node.js applications, version 3.6.18. Provides HTTP request/response processing for Tango-based APIs. Requires Node >=18.10.0. Limited public documentation; likely an internal or proprietary library. Differentiated by specific integration with Tango App ecosystem.
npm install tango-app-api-middlewareNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Demonstrates basic Express integration with the middleware using an API key from environment.
Use ES module imports; update Node.js to >=18.10.0.
Remove `legacy` property from options object; use new `mode` property instead.
Wrap middleware usage in try-catch or use an Express error-handling middleware.
Update headers configuration to use `{ name: string, value: string }[]` format.Use import statement or dynamic import().
Provide the `apiKey` parameter in middleware configuration: `middleware({ apiKey: 'your-key' })`.Use `import middleware from 'tango-app-api-middleware'` (default import).
No dependency data recorded yet.