-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Closed
Labels
Description
I missed the RateLimits method in #2937. It should be moved to a service struct.
Docs are at rate-limit/rate-limit#get-rate-limit-status-for-the-authenticated-user, so according to our existing pattern, we should move it to a new service called RateLimitService
and name it Get
Client.RateLimits
should be marked as deprecated and its body should be updated to return c.RateLimit.Get(ctx)
This may be a candidate for "good first issue" with the slight complication of creating a new service.
/cc #2936
gmlewis