sawyer:HTTP的秘密用户代理

时间:2024-05-30 01:38:43
【文件属性】:

文件名称:sawyer:HTTP的秘密用户代理

文件大小:23KB

文件格式:ZIP

更新时间:2024-05-30 01:38:43

Ruby

索耶 索耶(Sawyer)是建立在之上的Ruby的实验性超媒体代理。 安装 将此行添加到您的应用程序的Gemfile中: gem 'sawyer' 然后执行: bundle 或将其自己安装为: gem install sawyer 用法 require "sawyer" # Create a Sawyer agent agent = Sawyer :: Agent . new ( "https://api.github.com" , links_parser : Sawyer :: LinkParsers :: Simple . new ) # Fetch the root of the API root = agent . root . data # Access a resource directly contributors = agent . call ( :get


【文件预览】:
sawyer-master
----.gitignore(68B)
----sawyer.gemspec(1KB)
----LICENSE.md(1KB)
----.travis.yml(181B)
----CONTRIBUTING.md(656B)
----README.md(2KB)
----example()
--------user.schema.json(1KB)
--------nigiri.schema.json(853B)
--------server.rb(2KB)
--------client.rb(953B)
----script()
--------package(153B)
--------bootstrap(47B)
--------console(173B)
--------release(385B)
--------test(114B)
----SPEC.md(1KB)
----lib()
--------sawyer.rb(257B)
--------sawyer()
----Gemfile(86B)
----Rakefile(214B)
----test()
--------helper.rb(400B)
--------agent_test.rb(6KB)
--------resource_test.rb(5KB)
--------response_test.rb(2KB)
--------relation_test.rb(5KB)

网友评论