Module slacker_team

Function Index

info/1Provides information about your team.
integration_logs/2Get the access logs for users on a team.
logs/2Get the access logs for users on a team.

Function Details

info/1

info(Token::string()) -> http_response()

Provides information about your team.

integration_logs/2

integration_logs(Token::string(), Options::list()) -> http_response()

Get the access logs for users on a team.

Options can be: service_id: filter logs to this service app_id: filter logs to this app user: filter logs generated by this user’s actions change_type: filter logs with this change type count: number of items to return per page (default: 100) page: page number of results to return (default: 1)

logs/2

logs(Token::string(), Options::list()) -> http_response()

Get the access logs for users on a team.

Options can be: count: number of items to return per page (default: 100) page: page number of results to return (default: 1)


Generated by EDoc, Feb 3 2016, 17:11:45.