papi-retry
v1.0.0
Published
Add retry support to Papi clients
Downloads
2,873
Readme
Papi Retry
Add retry support to Papi clients.
Example
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).