Method: TestingBot::Api#upload_remote_file

Defined in:
lib/testingbot/api.rb

#upload_remote_file(url) ⇒ Object



166
167
168
169
170
# File 'lib/testingbot/api.rb', line 166

def upload_remote_file(url)
  post("/storage/", {
    :url => url
  })
end