pub async fn apps_slash_get_by_slug(
configuration: &Configuration,
app_slug: &str,
) -> Result<Integration, Error<AppsSlashGetBySlugError>>
Expand description
Note: The :app_slug
is just the URL-friendly name of your GitHub App. You can find this on the settings page for your GitHub App (e.g., https://github.com/settings/apps/:app_slug
).