Response Types:
- snippets.SnippetUpdateResponse
- snippets.SnippetListResponse
- snippets.SnippetDeleteResponse
- snippets.SnippetGetResponse
Methods:
client.Snippets.Update(ctx context.Context, snippetName string, params snippets.SnippetUpdateParams) (*snippets.SnippetUpdateResponse, error)client.Snippets.List(ctx context.Context, params snippets.SnippetListParams) (*pagination.V4PagePaginationArray[snippets.SnippetListResponse], error)client.Snippets.Delete(ctx context.Context, snippetName string, body snippets.SnippetDeleteParams) (*snippets.SnippetDeleteResponse, error)client.Snippets.Get(ctx context.Context, snippetName string, query snippets.SnippetGetParams) (*snippets.SnippetGetResponse, error)
Methods:
client.Snippets.Content.Get(ctx context.Context, snippetName string, query snippets.ContentGetParams) (*http.Response, error)
Response Types:
- snippets.RuleUpdateResponse
- snippets.RuleListResponse
- snippets.RuleDeleteResponse
- snippets.RuleGetResponse
Methods:
client.Snippets.Rules.Update(ctx context.Context, params snippets.RuleUpdateParams) (*snippets.RuleUpdateResponse, error)client.Snippets.Rules.List(ctx context.Context, query snippets.RuleListParams) (*snippets.RuleListResponse, error)client.Snippets.Rules.Delete(ctx context.Context, body snippets.RuleDeleteParams) (*snippets.RuleDeleteResponse, error)client.Snippets.Rules.Get(ctx context.Context, query snippets.RuleGetParams) (*snippets.RuleGetResponse, error)