Neo4j & the REST API from Java When Authentication Is Required [Community Post]
Jul 23, 2015 2 mins read
Based on "The Neo4j v2.3.0-M01 Manual" manual under 7.1 How to use the REST API from Java, I've developed the same example program using Jersey library (2.19). The goal of this example is to use the REST API from Java when auth is required. The Jersey Client API reuses many aspects of the... read more