文件名称:ember-cli-google-contacts:使用ember-data通过Google Client API检索Google联系人
文件大小:77KB
文件格式:ZIP
更新时间:2024-05-25 03:16:01
JavaScript
ember-cli-google-contacts 此插件可使用Google客户端库通过商店访问用户的Google联系人。 该计划也将支持更新和创建联系人,但是目前仅实现了读取访问。 安装 npm install --save-dev ember-cli-google-contact 或者,使用最新的ember-cli : ember install:addon ember-cli-google-contact 使用 该插件至少需要一个Google客户端ID和一个可选的API密钥: // add this to the ENV hash of config/environment.js social: { google : { clientId : 'xyz' , apiKey : 'abc' // optional // if you want to l
【文件预览】:
ember-cli-google-contacts-master
----.jshintrc(518B)
----icon.png(43KB)
----bower.json(548B)
----.ember-cli(280B)
----.travis.yml(245B)
----config()
--------environment.js(90B)
----LICENSE.md(1KB)
----README.md(4KB)
----.bowerrc(60B)
----testem.json(159B)
----.editorconfig(514B)
----tests()
--------.jshintrc(1KB)
--------index.html(1KB)
--------test-helper.js(449B)
--------helpers()
--------dummy()
--------unit()
----.gitignore(254B)
----Brocfile.js(708B)
----app()
--------initializers()
--------services()
--------utils()
--------models()
--------serializers()
--------transforms()
--------adapters()
----index.js(97B)
----package.json(1KB)
----vendor()
--------.gitkeep(0B)