Skip to content

Latest commit

 

History

History
54 lines (38 loc) · 5.46 KB

File metadata and controls

54 lines (38 loc) · 5.46 KB

Web3

Hostnames

Types:

from cloudflare.types.web3 import Hostname, HostnameDeleteResponse

Methods:

IPFSUniversalPaths

ContentLists

Types:

from cloudflare.types.web3.hostnames.ipfs_universal_paths import ContentList

Methods:

  • client.web3.hostnames.ipfs_universal_paths.content_lists.update(identifier, *, zone_id, **params) -> ContentList
  • client.web3.hostnames.ipfs_universal_paths.content_lists.get(identifier, *, zone_id) -> ContentList
Entries

Types:

from cloudflare.types.web3.hostnames.ipfs_universal_paths.content_lists import (
    EntryCreateResponse,
    EntryUpdateResponse,
    EntryListResponse,
    EntryDeleteResponse,
    EntryGetResponse,
)

Methods: