文件名称:pinboard:Pinboard API 的 Ruby 包装器
文件大小:19KB
文件格式:ZIP
更新时间:2024-06-20 03:57:11
Ruby
钉板Ruby Ruby 包装器。 安装 gem install pinboard 例子 我目前正在探索两个 API 接口: pinboard = Pinboard :: Client . new ( :token => 'your_api_token' ) posts = pinboard . posts 您可以在页面上找到您的。 或者: posts = Pinboard :: Post . all ( :username => 'foo' , :password => 'bar' ) 这两个例子都有效。 传递参数:(仅适用于客户端 API 接口) pinboard . posts ( :tag => 'ruby' ) #all posts tagged 'ruby' pinboard . posts ( :tag => 'ruby,pinboa
【文件预览】:
pinboard-master
----.travis.yml(68B)
----Guardfile(252B)
----Rakefile(584B)
----pinboard.gemspec(1KB)
----.autotest(27B)
----Gemfile(96B)
----.rspec(33B)
----spec()
--------helper.rb(547B)
--------pinboard_spec.rb(308B)
--------pinboard()
--------fixtures()
----.gitignore(83B)
----lib()
--------pinboard.rb(290B)
--------pinboard()
----README.md(3KB)
----MIT-LICENSE(1KB)