rest-collection-stream

JSON →
library 0.0.1 ·javascript maintenance
verified Jun 7, 2026

A Node.js HTTP client that streams JSON content from REST collections and lists, with automatic pagination support for continuous streaming across multiple requests. Version 0.0.1 is an early release with limited maintenance. Unlike simple HTTP clients, it transparently handles common pagination patterns (Link headers, envelope properties like nextLink, @odata.nextLink, etc.) and extracts array data from response bodies. Requires the 'request' package (deprecated) as a dependency and works only in Node.js with JSON APIs.