Web3
Web3Hostnames
List Web3 Hostnames
client.web3.hostnames.list(HostnameListParams { zone_id } params, RequestOptionsoptions?): SinglePage<Hostname { id, created_on, description, 5 more } >
GET/zones/{zone_id}/web3/hostnames
Web3 Hostname Details
client.web3.hostnames.get(stringidentifier, HostnameGetParams { zone_id } params, RequestOptionsoptions?): Hostname { id, created_on, description, 5 more }
GET/zones/{zone_id}/web3/hostnames/{identifier}
Create Web3 Hostname
client.web3.hostnames.create(HostnameCreateParams { zone_id, name, target, 2 more } params, RequestOptionsoptions?): Hostname { id, created_on, description, 5 more }
POST/zones/{zone_id}/web3/hostnames
Edit Web3 Hostname
client.web3.hostnames.edit(stringidentifier, HostnameEditParams { zone_id, description, dnslink } params, RequestOptionsoptions?): Hostname { id, created_on, description, 5 more }
PATCH/zones/{zone_id}/web3/hostnames/{identifier}
Delete Web3 Hostname
client.web3.hostnames.delete(stringidentifier, HostnameDeleteParams { zone_id } params, RequestOptionsoptions?): HostnameDeleteResponse { id } | null
DELETE/zones/{zone_id}/web3/hostnames/{identifier}
Web3HostnamesIPFS Universal Paths
Web3HostnamesIPFS Universal PathsContent Lists
IPFS Universal Path Gateway Content List Details
client.web3.hostnames.ipfsUniversalPaths.contentLists.get(stringidentifier, ContentListGetParams { zone_id } params, RequestOptionsoptions?): ContentList { action }
GET/zones/{zone_id}/web3/hostnames/{identifier}/ipfs_universal_path/content_list
Update IPFS Universal Path Gateway Content List
client.web3.hostnames.ipfsUniversalPaths.contentLists.update(stringidentifier, ContentListUpdateParams { zone_id, action, entries } params, RequestOptionsoptions?): ContentList { action }
PUT/zones/{zone_id}/web3/hostnames/{identifier}/ipfs_universal_path/content_list
Web3HostnamesIPFS Universal PathsContent ListsEntries
List IPFS Universal Path Gateway Content List Entries
client.web3.hostnames.ipfsUniversalPaths.contentLists.entries.list(stringidentifier, EntryListParams { zone_id } params, RequestOptionsoptions?): EntryListResponse { entries } | null
GET/zones/{zone_id}/web3/hostnames/{identifier}/ipfs_universal_path/content_list/entries
IPFS Universal Path Gateway Content List Entry Details
client.web3.hostnames.ipfsUniversalPaths.contentLists.entries.get(stringidentifier, stringcontentListEntryIdentifier, EntryGetParams { zone_id } params, RequestOptionsoptions?): EntryGetResponse { id, content, created_on, 3 more }
GET/zones/{zone_id}/web3/hostnames/{identifier}/ipfs_universal_path/content_list/entries/{content_list_entry_identifier}
Create IPFS Universal Path Gateway Content List Entry
client.web3.hostnames.ipfsUniversalPaths.contentLists.entries.create(stringidentifier, EntryCreateParams { zone_id, content, type, description } params, RequestOptionsoptions?): EntryCreateResponse { id, content, created_on, 3 more }
POST/zones/{zone_id}/web3/hostnames/{identifier}/ipfs_universal_path/content_list/entries
Edit IPFS Universal Path Gateway Content List Entry
client.web3.hostnames.ipfsUniversalPaths.contentLists.entries.update(stringidentifier, stringcontentListEntryIdentifier, EntryUpdateParams { zone_id, content, type, description } params, RequestOptionsoptions?): EntryUpdateResponse { id, content, created_on, 3 more }
PUT/zones/{zone_id}/web3/hostnames/{identifier}/ipfs_universal_path/content_list/entries/{content_list_entry_identifier}
Delete IPFS Universal Path Gateway Content List Entry
client.web3.hostnames.ipfsUniversalPaths.contentLists.entries.delete(stringidentifier, stringcontentListEntryIdentifier, EntryDeleteParams { zone_id } params, RequestOptionsoptions?): EntryDeleteResponse { id } | null
DELETE/zones/{zone_id}/web3/hostnames/{identifier}/ipfs_universal_path/content_list/entries/{content_list_entry_identifier}