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

Added support for deleting a sending domain #118

Merged
merged 3 commits into from
Mar 28, 2016
Merged

Added support for deleting a sending domain #118

merged 3 commits into from
Mar 28, 2016

Conversation

aydrian
Copy link
Contributor

@aydrian aydrian commented Mar 21, 2016

Closes #110

@aydrian aydrian added this to the 1.3.0 Release milestone Mar 21, 2016
, SparkPost = require('sparkpost')
, client = new SparkPost(key);

client.sendingDomains['delete']('example1.com', function(err, data) {
Copy link
Contributor

Choose a reason for hiding this comment

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

We don't need to quote delete in Node. If this is failing linting, we should update the jshint to es3:false

I see this in a few places in this PR, I'll just comment this once.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

It is everywhere. I'll fix it in this PR. I'll create an issue to clean that up as part of v2.0.0

Copy link
Contributor

Choose a reason for hiding this comment

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

👍

@colestrode
Copy link
Contributor

:shipit:

@aydrian aydrian merged commit 7cebc4c into SparkPost:master Mar 28, 2016
@aydrian aydrian deleted the issue-110 branch March 28, 2016 13:42
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.

None yet

2 participants