ChimeraCoder / anaconda

A Go client library for the Twitter 1.1 API
MIT License
1.14k stars 247 forks source link

Add application/rate_limit_status #156

Closed THEY closed 7 years ago

THEY commented 8 years ago

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:

resources := []string{"friends", "users", "statuses"}
limits, err := api.GetRateLimits(resources)