Skip to content

Instantly share code, notes, and snippets.

@jennifersmith
jennifersmith / body.txt
Created June 10, 2012 13:52 — forked from mneedham/neo_loading.rb
Loading stuff into neo via the batch API
[ {
"method" : "POST",
"to" : "/node",
"body" : {
"name" : "Jen"
},
"id" : 1111
}, {
"method" : "POST",
"to" : "/index/node/people",