Added 2 Operations to Batch Methods to rest.rb
authorSamir Ahmed <samirahmed2013@gmail.com>
Tue, 19 Jun 2012 15:15:48 +0000 (08:15 -0700)
committerSamir Ahmed <samirahmed2013@gmail.com>
Tue, 19 Jun 2012 15:15:48 +0000 (08:15 -0700)
commita079b5a71f449e1ab2e2a9931455e2109495b6df
treea562f92004eaaa44e2c8181ece9cd219915c3e25
parentc7b3c3c1cdb7c796badac297e959364390606fdb
Added 2 Operations to Batch Methods to rest.rb

Modified the neography/rest.rb 'get_batch' to add a case for
 :remove_node_from_index
 :delete_node
Both method use the HTTP DELETE Methods and contain no 'body'

Did not account for alias :remove_node_index

Still need to add tests.
lib/neography/rest.rb