Skip to content

Instantly share code, notes, and snippets.

@michaelcarruthers
Created June 26, 2013 10:19
Show Gist options
  • Save michaelcarruthers/5866377 to your computer and use it in GitHub Desktop.
Save michaelcarruthers/5866377 to your computer and use it in GitHub Desktop.
# Headers
'Accept' => 'application/json',
'Authorization' => signature['Authorization'],
'Content-Type' => 'application/json',
'Date' => signature['Date'],
'X-Api-Version' => '~6.5'
"name" => 'jsmith',
"dataset" => '<random_image_id>',
"package" => '<package_name>'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment