This repository has been archived by the owner on Jun 6, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
2.0.5: add Client.prototype.publishersInfo (#33)
* 2.0.5: add Client.prototype.publishersInfo For future use of batched REST call * Ensure that at most one _publishersInfo is active... …regardless of the number of alls to `publishersInfo` * Consistent style * attempt at fixing race resulting in multiple in flight (#34) LGTM. * All new edits! - Have up to 4 concurrent retrievals - Handle 429 responses - Extra check in `retrytrip` in case we never get a `response` object
- Loading branch information
Showing
3 changed files
with
50 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -37,3 +37,6 @@ node_modules | |
|
||
# package lock | ||
package-lock.json | ||
|
||
# one-off tests | ||
test.js |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters