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

Please update to v3.1 of createsend api #13

Open
andynagai opened this issue Sep 23, 2016 · 1 comment
Open

Please update to v3.1 of createsend api #13

andynagai opened this issue Sep 23, 2016 · 1 comment

Comments

@andynagai
Copy link

Can you please update the module to go to the new version of the campaign monitor api?

https://api.createsend.com/api/v3.1

Your module is currently pointing to

https://api.createsend.com/api/v3

@devanshug
Copy link

Though the package doesn't directly points to v3, this could be a way to use v3.1
let client = new createsend({apiKey: api_key});

client.get(path, qs, params, callback, true)
client.post(path, qs, params, callback, true)
client.put(path, qs, params, callback, true)
client.delete(path, qs, params, callback, true)

I am not justifying this as correct, the package must use v3.1 as the default api endpoint, otherwise all the methods provided become useless.

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

No branches or pull requests

2 participants