Function slack_api::team::access_logs [] [src]

pub fn access_logs<R>(client: &R,
                      token: &str,
                      request: &AccessLogsRequest)
                      -> Result<AccessLogsResponse, AccessLogsError<R::Error>> where R: SlackWebRequestSender

Gets the access logs for the current team.

Wraps https://api.slack.com/methods/team.accessLogs