neoxygen / neo4j-neoclient

Simple PHP HttpClient for the Neo4j ReST API with Multi DB Support
MIT License
121 stars 138 forks source link

getPathBetween parameters order #10

Closed Mulkave closed 9 years ago

Mulkave commented 9 years ago

IMO the parameters order for getPathBetween should be $client->getPathBetween($start, $end, $direction, $depth) since it is almost always the case to have $direction compared to $depth. What do you think ?

ikwattro commented 9 years ago

yes