Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for Account Level Custom Nameservers #1299

Closed
rwhelan opened this issue Jun 6, 2023 · 0 comments · Fixed by #1304
Closed

Add support for Account Level Custom Nameservers #1299

rwhelan opened this issue Jun 6, 2023 · 0 comments · Fixed by #1304

Comments

@rwhelan
Copy link
Contributor

rwhelan commented Jun 6, 2023

Current cloudflare-go version

Current

Description

Add support for Account Level Custom Nameservers.

https://developers.cloudflare.com/api/operations/account-level-custom-nameservers-list-account-custom-nameservers
https://developers.cloudflare.com/api/operations/account-level-custom-nameservers-add-account-custom-nameserver
https://developers.cloudflare.com/api/operations/account-level-custom-nameservers-get-eligible-zones-for-account-custom-nameservers
https://developers.cloudflare.com/api/operations/account-level-custom-nameservers-verify-account-custom-nameserver-glue-records
https://developers.cloudflare.com/api/operations/account-level-custom-nameservers-delete-account-custom-nameserver
https://developers.cloudflare.com/api/operations/account-level-custom-nameservers-usage-for-a-zone-get-account-custom-nameserver-related-zone-metadata
https://developers.cloudflare.com/api/operations/account-level-custom-nameservers-usage-for-a-zone-set-account-custom-nameserver-related-zone-metadata

Use cases

Create, update, delete, edit and assign Account Level Custom Nameservers.

Potential cloudflare-go usage

func (api *API) GetAccountCustomNameservers()

func (api *API) AddAccountCustomNameservers()

func (api *API) DeleteAccountCustomNameserver()

func (api *API) DeleteAccountCustomNameserver()

func (api *API) GetZoneAccountCustomNameserver()

func (api *API) SetZoneAccountCustomNameserver()

(with all the required data types to match the API documentation)

References

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants