bsphere / node-gapitoken

Node.js Google API service account authorization
51 stars 19 forks source link

use request module instead of https.request #17

Closed jonespen closed 9 years ago

jonespen commented 9 years ago

solves GH-10

bsphere commented 9 years ago

don't you need to add qs to package.json ?

jonespen commented 9 years ago

I'm not using qs anymore, since request accepts a form data as an object.

bsphere commented 9 years ago

merged and published to npm, can you please verify that everything works as expected ?