nestful:具有健全API的简单Ruby HTTPREST客户端

时间:2024-03-24 13:18:07
【文件属性】:

文件名称:nestful:具有健全API的简单Ruby HTTPREST客户端

文件大小:20KB

文件格式:ZIP

更新时间:2024-03-24 13:18:07

Ruby

Nestful是具有健全API的简单Ruby HTTP / REST客户端。 安装 sudo gem install nestful 特征 简单的API JSON要求 资源API 代理支持 SSL支持 原料药 GET请求 Nestful.get 'http://example.com' #=> "body" POST请求 # url-encoded form POST Nestful.post 'http://example.com', :foo => 'bar' # JSON POST Nestful.post 'http://example.com', {:foo => 'bar'}, :format => :json 参数 # You can also provide nestled params Nestful.get 'http://example.com', :nestle


【文件预览】:
nestful-master
----.travis.yml(71B)
----Rakefile(188B)
----test()
--------test_helper.rb(165B)
--------nestful()
----README.markdown(2KB)
----Gemfile(179B)
----examples()
--------pagespeed.rb(295B)
--------resource.rb(542B)
--------oembed.rb(1KB)
----.gitignore(154B)
----lib()
--------nestful.rb(734B)
--------nestful()
----MIT-LICENSE(1KB)
----nestful.gemspec(689B)

网友评论