Skip to content
This repository was archived by the owner on Nov 19, 2019. It is now read-only.

Commit 2304089

Browse files
committed
updated readme
1 parent 08d2e10 commit 2304089

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
Examples on how to connect to the Cypher endpoints from Java with different http libraries
44

5+
**Contributions and Feedback wanted!!!**
6+
57
## Infrastructure
68

79

@@ -56,3 +58,11 @@ See: http://docs.jboss.org/resteasy/docs/3.0.2.Final/userguide/html/RESTEasy_Cli
5658
## HttpClient
5759

5860
## RestAssured
61+
62+
63+
# Todo
64+
65+
* Auth
66+
* Neo4j 2.0 transactional Cypher endpoint examples (including transactions, rollback, batching and streaming)
67+
* Streaming JSON back and forth
68+
* .. more client libraries ..

pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,13 @@
7878
<artifactId>resteasy-client</artifactId>
7979
<version>3.0.1.Final</version>
8080
</dependency>
81+
82+
<dependency>
83+
<groupId>com.jayway.restassured</groupId>
84+
<artifactId>rest-assured</artifactId>
85+
<version>1.8.1</version>
86+
<scope>test</scope>
87+
</dependency>
8188
</dependencies>
8289

8390
<build>

0 commit comments

Comments
 (0)