[julia-users] Re: How to add data/json to HTTP POST with Requests.jl

2015-07-14 Thread Martin Michel
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

[julia-users] How to add data/json to HTTP POST with Requests.jl

2015-07-12 Thread Martin Michel
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