-
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v3.0.2.3 #25
Conversation
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
* WIP * response caching * Correct one of the identical expressions on both sides of operator '&&' * remove casting from dispose call on the memorycache
* fix naming violation * replace duplicate code with call
* adds rate limiting * remove the rate limiting from tests since it is not built into the library * remove unnecessary async * change field to property * remove useless variable initialization * make RateLimitTimer readonly * dispose of objects * don't cache /ping * up the UpdateAt refresh wait time to 5 minutes since it was failing through no fault of our own * update note * fix issue with semaphore disposal
* Create FUNDING.yml * Update README.md * 8 feat response caching (#12) * WIP * response caching * Correct one of the identical expressions on both sides of operator '&&' * remove casting from dispose call on the memorycache * 6 naming violation (#13) * fix naming violation * replace duplicate code with call * 7 feat optional automatic rate limiting (#14) * adds rate limiting * remove the rate limiting from tests since it is not built into the library * remove unnecessary async * change field to property * remove useless variable initialization * make RateLimitTimer readonly * dispose of objects * don't cache /ping * up the UpdateAt refresh wait time to 5 minutes since it was failing through no fault of our own * update note * fix issue with semaphore disposal * update readme * bump version 3.0.1.1 * Update README.md * Update README.md * Update publish_dotnet.yml * update
* move implementations to Imps folder * cleanup constructors * add api key parameter and add default request headers * fix some bad param checks * add * add * add pro api * update readme * update keywords * v3.0.2.1
* upgrade test packages * add * include di abstractions package * add di tests * add * warn dont fail on TooManyRequests
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
fixes di extension naming