the post.
>
> The API for post() is that it either takes the data as the second argument
> to the function, or as a keyword argument "data" or a keyword argument
> "json" . It has to be only one of those options.
>
> Regards
> -
> Avik
>
> On Sunda
Hi there,
I have very little experience with Julia and want to try whether it fits my
needs. I want to connect to a Neo4j database and send a Cypher statement
with Julia, see http://neo4j.com/docs/stable/cypher-intro-applications.html
.
The authorization works fine, but I could not manage to a