pub async fn get_custom_vcl_highlighted(
configuration: &mut Configuration,
params: GetCustomVclHighlightedParams,
) -> Result<VclSyntaxHighlightingResponse, Error<GetCustomVclHighlightedError>>
Expand description
Get the uploaded VCL for a particular service and version with HTML syntax highlighting. Include line numbers by sending lineno=true
as a request parameter.