文件名称:contactually-api:这是用于接触式API的简单API包装器
文件大小:28KB
文件格式:ZIP
更新时间:2024-06-07 14:04:35
Ruby
接触式API 这是用于接触式API的简单API包装器。 它功能不完善,因为它尚不支持所有可用的API端点,但是我想对于大多数用例来说都可以。 随时贡献! 安装 将此行添加到您的应用程序的Gemfile中: gem 'contactually-api' 然后执行: $ bundle 或将其自己安装为: $ gem install contactually-api 用法 配置 由于contactually-api附带了明智的默认设置,因此您可以立即开始使用,根据您的应用程序要求,可能需要调整一些设置。 可用的配置选项是: api_key(您的联系人api_key) contactually_url(默认值:“ ”) 配置如下: Contactually . configure do | c | c . api_key = "YO
【文件预览】:
contactually-api-master
----LICENSE.txt(1KB)
----lib()
--------contactually()
--------contactually-api.rb(1KB)
----Gemfile(38B)
----spec()
--------contacts_spec.rb(5KB)
--------contents_spec.rb(3KB)
--------groupings_spec.rb(3KB)
--------fixtures()
--------accounts_spec.rb(2KB)
--------spec_helper.rb(407B)
--------tasks_spec.rb(5KB)
--------error_detector_spec.rb(679B)
--------contact_groupings_spec.rb(1KB)
--------notes_spec.rb(3KB)
--------api_spec.rb(4KB)
----Rakefile(143B)
----.travis.yml(36B)
----README.md(2KB)
----Gemfile.lock(2KB)
----.gitignore(23B)
----contactually-api.gemspec(1000B)