文件名称:node-google-contacts
文件大小:7KB
文件格式:ZIP
更新时间:2024-06-07 08:11:56
JavaScript
Google Contacts API的Node.js包装器。 安装 npm install google-contacts 用法 var GoogleContacts = require ( 'google-contacts' ) . GoogleContacts ; var c = new GoogleContacts ( { token : 'oauth2 token...' } ) ; c . getContacts ( cb , params ) ; 参数: 类型(默认:'联系人') alt (默认:json)投影电子邮件(默认:'默认')最大结果(默认:2000) 请参阅 。 测试 GOOGLE_TOKEN=sometoken npm run test # verbose test DEBUG=google-contacts GOOGLE_TOKEN=som
【文件预览】:
node-google-contacts-master
----lib()
--------transform.js(11KB)
--------index.js(9KB)
----LICENSE(1KB)
----README.md(792B)
----.gitignore(102B)
----package.json(622B)