therebelrobot / google-adwords

A Node.js driver for Google Adwords Reporting API (v201509)
14 stars 24 forks source link

Update authentication and update API version #9

Open jim-lake opened 8 years ago

jim-lake commented 8 years ago

Update authentication to save clientID, clientSecret, developerToken, and clientCustomerID no matter what.

Update API level to 201509, 201409 no longer works.

therebelrobot commented 8 years ago

@jim-lake, you are a gentleman and a scholar. This repo has been needing some serious help, but since I don't work at the company I built it for anymore, I haven't had the chance.

Do you want contributor status on this? If you're willing to keep things up to date, I can give you access to push both here and on npm.

jim-lake commented 8 years ago

This is the only thing I have found in need of some love. It's working great for me with those small changes. If you just want to merge this and push to npm thats fine; if you give me access I'm happy to do it as well.

therebelrobot commented 8 years ago

I've gone ahead and both added you as a collaborator here, and jlake on npm, so you should be able to both merge this and publish. You'll want to update the readme with the new api version and bump the version in package.json, but you should have all the perms to do that now :)

Thanks for the assist!

klassicd commented 8 years ago

@therebelrobot I'm also available to help maintain and/or merge this PR.