[][src]Function egg_mode::service::rate_limit_status

pub fn rate_limit_status(token: &Token) -> FutureResponse<RateLimitStatus>

Return the current rate-limit status for all available methods from the authenticated user.

The struct returned by this method is organized by what module in egg-mode a given method appears in. Note that not every method's status is available through this method; see the documentation for RateLimitStatus and its associated enums for more information.