Object
# File lib/heroku/client/cisaurus.rb, line 12 def authenticated_resource(path) host = "#{@uri.scheme}://#{@uri.host}" host += ":#{@uri.port}" if @uri.port RestClient::Resource.new("#{host}#{path}", "", Heroku::Auth.api_key) end
Generated with the Darkfish Rdoc Generator 2.