Structs§
- Create
Snippet Params - struct for passing parameters to the method
create_snippet
- Delete
Snippet Params - struct for passing parameters to the method
delete_snippet
- GetSnippet
Dynamic Params - struct for passing parameters to the method
get_snippet_dynamic
- GetSnippet
Params - struct for passing parameters to the method
get_snippet
- List
Snippets Params - struct for passing parameters to the method
list_snippets
- Update
Snippet Dynamic Params - struct for passing parameters to the method
update_snippet_dynamic
- Update
Snippet Params - struct for passing parameters to the method
update_snippet
Enums§
- Create
Snippet Error - struct for typed errors of method
create_snippet
- Delete
Snippet Error - struct for typed errors of method
delete_snippet
- GetSnippet
Dynamic Error - struct for typed errors of method
get_snippet_dynamic
- GetSnippet
Error - struct for typed errors of method
get_snippet
- List
Snippets Error - struct for typed errors of method
list_snippets
- Update
Snippet Dynamic Error - struct for typed errors of method
update_snippet_dynamic
- Update
Snippet Error - 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.