0
我想獲得所有者的寶石名單。我的HTTP客戶端是法拉第,我在做這樣的事情:錯誤法拉第和RubyGems的API
connection = Faraday.new "https://rubygems.org/api/v1/gems.json"
connection.token_auth(token)
response = connection.get
但我有錯誤
"@body="Access Denied. Please sign up for an account at http://rubygems.org""
,如果我在一個錯誤的方式正在認證或與另一個我不知道方法。我將不勝感激任何幫助。謝謝。