Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/silas/node-papi-retry
- Owner: silas
- License: mit
- Created: 2014-07-21T00:55:10.000Z (over 10 years ago)
- Default Branch: main
- Last Pushed: 2021-07-02T01:35:48.000Z (over 3 years ago)
- Last Synced: 2024-10-10T14:26:27.477Z (about 1 month ago)
- Language: JavaScript
- Homepage:
- Size: 17.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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