Skip to content

Instantly share code, notes, and snippets.

@dkerwin
Created October 5, 2012 16:07
Show Gist options
  • Save dkerwin/3840746 to your computer and use it in GitHub Desktop.
Save dkerwin/3840746 to your computer and use it in GitHub Desktop.
crx array post
code, body = cq_call(:post, "/etc/map/http",
{:params => { ':name' => @resource[:name],
':operation' => 'import',
':contentType' => 'json',
':content' => { 'jcr:primaryType' => 'sling:Mapping',
'sling:internalRedirect' => [ @resource[:target], '/' ],
}.to_json
}
}
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment