Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add method to make arbitrary/custom REST API calls #100

Open
aseemk opened this issue Jan 13, 2014 · 1 comment · May be fixed by #145
Open

Add method to make arbitrary/custom REST API calls #100

aseemk opened this issue Jan 13, 2014 · 1 comment · May be fixed by #145

Comments

@aseemk
Copy link
Member

aseemk commented Jan 13, 2014

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.

@aseemk aseemk mentioned this issue Jan 13, 2014
@aseemk
Copy link
Member Author

aseemk commented Nov 7, 2014

Getting tackled in the currently ongoing v2 redesign!

Issue: #143 / PR: #145
WIP docs: https://github.com/thingdom/node-neo4j/blob/v2/API_v2.md

@aseemk aseemk added this to the v2 redesign milestone Nov 7, 2014
@aseemk aseemk linked a pull request Jan 30, 2015 that will close this issue
27 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant