Skip to content

Instantly share code, notes, and snippets.

@christianrojas
Created April 10, 2014 22:31
Show Gist options
  • Save christianrojas/10429099 to your computer and use it in GitHub Desktop.
Save christianrojas/10429099 to your computer and use it in GitHub Desktop.
require "rest_client"
RestClient.post "http://localhost:3000/resource_name",
resource_name: {
name: 'Consectetur Lorem Fusce',
photo: File.new("/path/to/file.jpg", 'rb')
}, :content_type => :json,
:accept => :json
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment