Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 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 * WTF (#16) (#17) * 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 * default Enabled to true * bump version 3.0.1.2 * Update CoinGeckoAPI.csproj
- Loading branch information