Optionalcomplete?: { [variable: string]: CompleteResourceTemplateCallback }An optional callback to autocomplete variables within the URI template. Useful for clients and users to discover possible values.
A callback to list all resources matching this template. This is required to specified, even if undefined, to avoid accidentally forgetting resource listing.
Gets the list callback, if one was provided.
Gets the URI template pattern.
Gets the callback for completing a specific URI template variable, if one was provided.
A resource template combines a URI pattern with optional functionality to enumerate all resources matching that pattern.