I have a hard time trying to use the java-rest-bindings. There is no real API documentation, and in general I only can find how to make "raw" REST requests. If there is no documentation/tutorial at all, I'll expect at least meaningful javadocs. For example:
new RestCypherQueryEngine(RestApi, ResultConverter).
It starts with the Question "What Is a Result Converter, for what do I need it, And what happens if I use the other Constructor...". If you have an instance of it and want to call its 'query' Method, WHAT the hell is the Map<String, Object> supposed to do?
No documentation/JavaDoc at all! How do you expect developers to use this java-rest-binding library? By trial and error, or not at all?
If I purchase an Neo4jEnterprise licence will I get documentation/support for this java-rest-binding API?
I have a hard time trying to use the java-rest-bindings. There is no real API documentation, and in general I only can find how to make "raw" REST requests. If there is no documentation/tutorial at all, I'll expect at least meaningful javadocs. For example: new RestCypherQueryEngine(RestApi, ResultConverter). It starts with the Question "What Is a Result Converter, for what do I need it, And what happens if I use the other Constructor...". If you have an instance of it and want to call its 'query' Method, WHAT the hell is the Map<String, Object> supposed to do? No documentation/JavaDoc at all! How do you expect developers to use this java-rest-binding library? By trial and error, or not at all?
If I purchase an Neo4jEnterprise licence will I get documentation/support for this java-rest-binding API?