Skip to main content

get_draft_for_user

Function get_draft_for_user 

Source
pub async fn get_draft_for_user(
    configuration: &Configuration,
    workspace: &str,
    kind: UserDraftItemKind,
    path: &str,
    username: Option<&str>,
) -> Result<GetDraftForUser200Response, Error<GetDraftForUserError>>