Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Deprecate Client.Rate() method in favor of Response.Rate.
Client.Rate() method is unreliable in situations when API calls are made by others that may hit different rate limit categories (core and search). Each API call already returns a Response struct that contains an accurate Rate, so that's a better mechanism to access this information. See relevant discussion at #347 (comment).
- Loading branch information