Skip to content

Instantly share code, notes, and snippets.

View whoisjake's full-sized avatar

Jake Good whoisjake

View GitHub Profile
@whoisjake
whoisjake / gist:174249
Created August 24, 2009 21:54
Basic drop.io Ruby client
require 'rubygems'
# sudo gem install httparty
require 'httparty'
# sudo gem sources -a http://gems.github.com && sudo gem install multipart-post
require 'net/http/post/multipart'
require 'mime/types'
require 'pp'
class Dropio
include HTTParty