文件名称:kippt:使用Kippt API的Ruby库(https
文件大小:51KB
文件格式:ZIP
更新时间:2024-06-07 13:14:07
Ruby
基普特 Kippt是一颗宝石,它提供了一个使用的客户端库。 安装 将此行添加到您的应用程序的Gemfile中: gem "kippt" 然后执行: $ bundle 或将其自己安装为: $ gem install kippt 用法 验证 为了能够使用API,您需要进行身份验证。 有两种验证方式: 使用登录凭证 client = Kippt :: Client . new ( username : "vesan" , password : "s3cr3t" ) # Methods called on `client` will use the passed credentials 有令牌 client = Kippt :: Client . new ( username : "vesan" , token : "2544d6bfddf5893ec8617" ) # Met
【文件预览】:
kippt-master
----.travis.yml(129B)
----Rakefile(159B)
----LICENSE(1KB)
----TODO.md(2KB)
----Gemfile(199B)
----.rspec(23B)
----kippt.gemspec(978B)
----spec()
--------shared_examples()
--------kippt()
--------spec_helper.rb(753B)
--------fixtures()
----.gitignore(154B)
----CHANGELOG.md(2KB)
----lib()
--------kippt.rb(347B)
--------kippt()
----README.md(4KB)