# getthemall-stream

> Get them all - express middleware

Latest version **1.0.6** (published 2017-07-30) · ISC license · 0 weekly downloads

## Install

```sh
npm install getthemall-stream
pnpm add getthemall-stream
yarn add getthemall-stream
bun add getthemall-stream
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.6 |
| Published | 2017-07-30 |
| First published | 2017-07-30 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Node | >=8.0.0 |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | strafe |
| Maintainers | strafe89 |

## Links

- npm: https://www.npmjs.com/package/getthemall-stream
- Repository: https://github.com/strafe89/debitoor
- Homepage: https://github.com/strafe89/debitoor#readme
- Issues: https://github.com/strafe89/debitoor/issues
- npm.io page: https://npm.io/package/getthemall-stream

## Recent versions

- 1.0.6 (latest) — 2017-07-30
- 1.0.5 — 2017-07-30
- 1.0.4 — 2017-07-30
- 1.0.3 — 2017-07-30
- 1.0.2 — 2017-07-30
- 1.0.1 — 2017-07-30
- 1.0.0 — 2017-07-30

## README

# debitoor 
Technical task. Get them all - express middleware

[![Build Status](https://travis-ci.org/strafe89/debitoor.svg?branch=master)](https://travis-ci.org/strafe89/debitoor)

### Description
Make API handle that - build a reusable module/middleware for GETting multiple resources in one go. Should be easy to inject into any existing express app / api.
### Usage
```bashp
npm install getthemall-stream
```
then add endpoint in your express application
```js
app.get('/api/resources', require('getthemall-stream'));
```
Example of final use

GET api/resources ? users=api/users & customer=api/customers/23 & countries=api/countries ..

returns {users: [..], customer: {..}, countries: [..] } 

### Caution
Node.js v7.6 or later needed.

Async function used for handling serial promises execution.

---
_Source: https://npm.io/package/getthemall-stream · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
