
bin.cypher Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of structr-ui Show documentation
Show all versions of structr-ui Show documentation
Structr is an open source framework based on the popular Neo4j graph database.
The newest version!
#!/bin/bash
echo curl -HX-User:$REST_USER -HX-Password:$REST_PW $REST_URL/cypher -d\"{'query':'$@'}\"
curl -HX-User:$REST_USER -HX-Password:$REST_PW -XPOST $REST_URL/cypher -d"{'query':'$@'}"
© 2015 - 2025 Weber Informatics LLC | Privacy Policy