Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 2.13 KB

File metadata and controls

28 lines (18 loc) · 2.13 KB

Snippets

Types:

from cloudflare.types.snippets import SnippetUpdateResponse, SnippetListResponse, SnippetGetResponse

Methods:

Content

Methods:

  • client.snippets.content.get(snippet_name, *, zone_id) -> BinaryAPIResponse

Rules

Methods:

  • client.snippets.rules.update(*, zone_id, **params) -> object
  • client.snippets.rules.list(*, zone_id) -> object
  • client.snippets.rules.delete(*, zone_id) -> object