Skip to content
This repository has been archived by the owner on Sep 24, 2020. It is now read-only.

Add support for updating existing records using PUT #7

Merged
merged 2 commits into from
Sep 22, 2012
Merged

Add support for updating existing records using PUT #7

merged 2 commits into from
Sep 22, 2012

Conversation

phred
Copy link
Contributor

@phred phred commented Sep 21, 2012

It appears that PUT isn't documented in the DNSMadeEasy 1.2
documentation but I have used it in production systems for a couple
months without issue. It is in their 2.0 API.

It appears that PUT isn't documented in the DNSMadeEasy 1.2
documentation but I have used it in production systems for a couple
months without issue.  It *is* in their 2.0 API.
@@ -100,5 +100,19 @@ public function delete($domain, $recordId)

return $apiResponse;
}

public function update($domain, $recordId, $record)
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks great! would just suggest you document this function similar to how the others are.

@phred
Copy link
Contributor Author

phred commented Sep 21, 2012

There we go. Thanks for this library, by the way, it's saved me a ton of work. :)

byalextran pushed a commit that referenced this pull request Sep 22, 2012
Add support for updating existing records using PUT
@byalextran byalextran merged commit 40457f6 into byalextran:master Sep 22, 2012
@byalextran
Copy link
Owner

glad it helped you and thanks for the contribution!

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

Successfully merging this pull request may close these issues.

None yet

2 participants