Implement Sequential Rate Limiting

This commit is contained in:
Amish Shah
2016-08-19 18:01:24 +01:00
parent 392133f927
commit dcba580d89
9 changed files with 122 additions and 84 deletions

View File

@@ -11,7 +11,7 @@ class APIRequest {
this.file = file;
}
getBucketName() {
getEndpoint() {
return `${this.method} ${this.url}`;
}