Use this pull-stream to lazily traverse a paginated (REST) API!
How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
This is a Node.js library for efficiently consuming paginated REST APIs using pull-streams. It provides a lazy loading mechanism that only fetches API pages as needed, allowing developers to traverse paginated API responses without manually handling pagination tokens. The library is particularly useful for developers working with APIs that return large datasets across multiple pages, such as YouTube's API or GitHub's REST API.