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
It'd be nice if node-neo4j let you interact with plugins you've installed, e.g. the neo4j-spatial plugin.
Info on installed plugins is returned as part of the service root response, so presumably we could use that, but I'm not sure if that info is enough to fully "discover" the full APIs for plugins.
So maybe there's no good answer other than helpers to make custom REST API calls (issue #100). Needs investigating.
The text was updated successfully, but these errors were encountered:
It'd be nice if node-neo4j let you interact with plugins you've installed, e.g. the neo4j-spatial plugin.
Info on installed plugins is returned as part of the service root response, so presumably we could use that, but I'm not sure if that info is enough to fully "discover" the full APIs for plugins.
So maybe there's no good answer other than helpers to make custom REST API calls (issue #100). Needs investigating.
The text was updated successfully, but these errors were encountered: