You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For flexibility, e.g. if node-neo4j hasn't implemented a REST API point you'd like to use (like the batch API), it'd be nice if there were a method to let you make an arbitrary call.
E.g. db.http('GET', '/db/data/foo/bar/baz', callback)
Or maybe db.get, db.post, etc.
The text was updated successfully, but these errors were encountered:
For flexibility, e.g. if node-neo4j hasn't implemented a REST API point you'd like to use (like the batch API), it'd be nice if there were a method to let you make an arbitrary call.
E.g.
db.http('GET', '/db/data/foo/bar/baz', callback)
Or maybe
db.get
,db.post
, etc.The text was updated successfully, but these errors were encountered: