Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/silas/node-papi-retry

Add retry support to Papi clients
https://github.com/silas/node-papi-retry

Last synced: 21 days ago
JSON representation

Add retry support to Papi clients

Awesome Lists containing this project

README

        

# Papi Retry

Add retry support to [Papi][papi] clients.

## Example

``` javascript
const papi = require('papi');

const client = new papi.Client('https://api.github.com');

client._plugin(require('papi-retry'));
```

## License

This work is licensed under the MIT License (see the LICENSE file).

[papi]: https://github.com/silas/node-papi