pub async fn get_snippet(
    configuration: &mut Configuration,
    params: GetSnippetParams
) -> Result<SnippetResponse, Error<GetSnippetError>>
Expand description

Get a single snippet for a particular service and version.