Javier,
you have any example of that? Just tried the default example plugins,
they look like

[~/code/tmp] $curl http://localhost:7474/db/data/
{
  "extensions-info" : "http://localhost:7474/db/data/ext";,
  "node" : "http://localhost:7474/db/data/node";,
  "node-index" : "http://localhost:7474/db/data/index/node";,
  "relationship-index" : "http://localhost:7474/db/data/index/relationship";,
  "reference_node" : "http://localhost:7474/db/data/node/0";,
  "extensions" : {
    "GetAll" : {
      "get_all_nodes" :
"http://localhost:7474/db/data/ext/GetAll/graphdb/get_all_nodes";,
      "getAllRelationships" :
"http://localhost:7474/db/data/ext/GetAll/graphdb/getAllRelationships";
    },
    "Spatial" : {
      "addPointToLayer" :
"http://localhost:7474/db/data/ext/Spatial/graphdb/addPointToLayer";
    }
  }

meaning that they expose the plugin class and the method, or the name
(get_all_nodes) that is user-defined ...

Cheers,

/peter neubauer

GTalk:      neubauer.peter
Skype       peter.neubauer
Phone       +46 704 106975
LinkedIn   http://www.linkedin.com/in/neubauer
Twitter      http://twitter.com/peterneubauer

http://www.neo4j.org               - Your high performance graph database.
http://www.thoughtmade.com - Scandinavia's coolest Bring-a-Thing party.



On Tue, Dec 28, 2010 at 5:55 PM, Javier de la Rosa <ver...@gmail.com> wrote:
> On Tue, Dec 28, 2010 at 17:05, Peter Neubauer
> <peter.neuba...@neotechnology.com> wrote:
>> is there anything we need to change in the Neo4j
>> REST API before 1.2 in order to be done here?
>
> I'm not sure, but I think the new plugins feature exposes URL's with
> hyphens instead of underscores.
>
>> It seems the only thing
>> required here are changes on the Python side?
>
> Yes. I'm trying update the code on each milestone.
>
>
>
> --
> Javier de la Rosa
> http://versae.es
> _______________________________________________
> Neo4j mailing list
> User@lists.neo4j.org
> https://lists.neo4j.org/mailman/listinfo/user
>
_______________________________________________
Neo4j mailing list
User@lists.neo4j.org
https://lists.neo4j.org/mailman/listinfo/user

Reply via email to