Function codespaces_slash_get_for_authenticated_user

Source
pub async fn codespaces_slash_get_for_authenticated_user(
    configuration: &Configuration,
    codespace_name: &str,
) -> Result<Codespace, Error<CodespacesSlashGetForAuthenticatedUserError>>
Expand description

Gets information about a user’s codespace. OAuth app tokens and personal access tokens (classic) need the codespace scope to use this endpoint.