Closed THEY closed 7 years ago
Provides function to call application/rate_limit_status endpoint on the TwitterAPI.
application/rate_limit_status
Allows you to pass in the requested resources as an array of strings:
resources := []string{"friends", "users", "statuses"} limits, err := api.GetRateLimits(resources)
Provides function to call
application/rate_limit_status
endpoint on the TwitterAPI.Allows you to pass in the requested resources as an array of strings: