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

Change recordGet to be able to get all records #7

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

KnightAR
Copy link

@KnightAR KnightAR commented May 7, 2018

The API states that the type and name are required, but they are actually can be left out, instead of
/v1/domains/{domain}/records/{type}/{name}, you can request either just /v1/domains/{domain}/records or /v1/domains/{domain}/records/{type}

Their docs states that this is the proper usage of the API, but it is too restrictive, because I need a list of all records as won't know what records exists.

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 this pull request may close these issues.

1 participant