Benoit Anselme
Benoit Anselme
Add an execute_cypher_batch method in service that takes an array of cypher queries. A query can be a string or a hash for parameters ( exemple: {query: 'MATCH (n {...
Add a http_client_custom_initializer attribute in configuration for initializing Faraday with a Proc. This allows in particular to activate the Neo4j streaming mode by setting http header "X-Stream" to true.
include_json matcher can now handle Hash and Array, as well as literals with the == operator