Hi, most of the basic endpoints are in https://github.com/neo4j/neo4j/blob/master/community/server/src/main/java/org/neo4j/server/rest/web/RestfulGraphDatabase.java, the rest in the surrounding classes.
HTH /peter G: neubauer.peter S: peter.neubauer P: +46 704 106975 L: http://www.linkedin.com/in/neubauer T: @peterneubauer <http://twitter.com/peterneubauer> Open Data - @mapillary <http://mapillary.com> Open Source - @neo4j <http://neo4j.org> Open Future - @coderdojo <http://malmo.coderdojo.se> On Wed, May 21, 2014 at 10:21 PM, Darq Moth <[email protected]> wrote: > Hello, > The only info I could find at Neo4J site about Java REST API is this: > http://docs.neo4j.org/chunked/stable/server-java-rest-client-example.html > From this info it is not clear at all if Java REST API provides any more > or less high-level functions to parse results that Cypher query returns. It > does not even gives the Git repository URL to get Java REST API libs. Where > can I find this? Thanks > > -- > You received this message because you are subscribed to the Google Groups > "Neo4j" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Neo4j" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
