-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adds requests-ratelimiter and updates request builder (#79)
* Adds requests-ratelimiter and updates request builder - Adds requests-ratelimiter - Modifies request builder class to use the LimiterSession to make all the requests. * Modifies the rate limit to one every two second. * Switches to 300 per 15 minutes rate limit - Switches to 300 per 15 minutes rate limit based on https://andshrew.github.io/PlayStation-Trophies/#/APIv2?id=api-rate-limit * Code coverage now pushes to head_ref.ref_name instead * Fixes an issue with code coverage action * Update coverage on Readme --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
- Loading branch information
1 parent
bebbe0c
commit 7d22c3c
Showing
6 changed files
with
19 additions
and
10 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
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
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
Oops, something went wrong.