ruby HTTParty
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了ruby HTTParty相关的知识,希望对你有一定的参考价值。
class Github
include HTTParty
base_uri 'https://api.github.com'
end
Github.post("/user/repos", :query => {
:access_token => @token
},
:body => {
:name => name,
:description => "Reop description",
:homepage => "http://mysite.com",
:public => true,
:has_issues => false,
:has_wiki => false,
:has_downloads => false
}.to_json)
以上是关于ruby HTTParty的主要内容,如果未能解决你的问题,请参考以下文章
Ruby HTTParty - 获取重定向的 URL
使用 Rails 和 HTTParty 将 JSON 发布到 API
Ruby救援语法错误
Ruby:摘要代理身份验证
Ruby 的 Paypal 自适应支付
如果彼此依赖,如何要求ruby gem中的文件