Closed gtarsia closed 9 years ago
The example says:
// Fetch latest 10 emails and show the snippet var gmail = new Gmail(key)
But someone not familiar with Gmail API doesn't know what to pass as key. Can you add that to the documentation?
key
Thanks.
Yea, good idea.
https://github.com/SpiderStrategies/node-gmail-api/commit/293c4080a30f74480fda6bd4c418fec61fc4a538
Another suggestion here might be to put "key" in all caps, to make it clear that it is something you want to substitute.
The example says:
But someone not familiar with Gmail API doesn't know what to pass as
key
. Can you add that to the documentation?Thanks.