pub async fn list_snippets(
configuration: &mut Configuration,
params: ListSnippetsParams,
) -> Result<Vec<SnippetResponse>, Error<ListSnippetsError>>
Expand description
List all snippets for a particular service and version.
pub async fn list_snippets(
configuration: &mut Configuration,
params: ListSnippetsParams,
) -> Result<Vec<SnippetResponse>, Error<ListSnippetsError>>
List all snippets for a particular service and version.