Function codespaces_slash_start_for_authenticated_user

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

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