pub struct AppsPermissionsScopes {
pub client: Client,
}Fields§
§client: ClientImplementations§
source§impl AppsPermissionsScopes
impl AppsPermissionsScopes
sourcepub async fn list(&self) -> Result<ApiPermissionsScopesListSuccessSchema>
pub async fn list(&self) -> Result<ApiPermissionsScopesListSuccessSchema>
This function performs a GET to the /apps.permissions.scopes.list endpoint.
Returns list of scopes this app has on a team.
FROM: https://api.slack.com/methods/apps.permissions.scopes.list
Parameters:
token: &str– Authentication token. Requires scope:none.