Module snippet_api

Source

Structs§

CreateSnippetParams
struct for passing parameters to the method create_snippet
DeleteSnippetParams
struct for passing parameters to the method delete_snippet
GetSnippetDynamicParams
struct for passing parameters to the method get_snippet_dynamic
GetSnippetParams
struct for passing parameters to the method get_snippet
ListSnippetsParams
struct for passing parameters to the method list_snippets
UpdateSnippetDynamicParams
struct for passing parameters to the method update_snippet_dynamic
UpdateSnippetParams
struct for passing parameters to the method update_snippet

Enums§

CreateSnippetError
struct for typed errors of method create_snippet
DeleteSnippetError
struct for typed errors of method delete_snippet
GetSnippetDynamicError
struct for typed errors of method get_snippet_dynamic
GetSnippetError
struct for typed errors of method get_snippet
ListSnippetsError
struct for typed errors of method list_snippets
UpdateSnippetDynamicError
struct for typed errors of method update_snippet_dynamic
UpdateSnippetError
struct for typed errors of method update_snippet

Functions§

create_snippet
Create a snippet for a particular service and version.
delete_snippet
Delete a specific snippet for a particular service and version.
get_snippet
Get a single snippet for a particular service and version.
get_snippet_dynamic
Get a single dynamic snippet for a particular service.
list_snippets
List all snippets for a particular service and version.
update_snippet
Update a specific snippet for a particular service and version.
update_snippet_dynamic
Update a dynamic snippet for a particular service.