I was using python neo4j rest client in a project and just switched to Py2neo.
I tried to get a node from the database by its ID but got the following error :
AttributeError: 'GraphDatabaseService' object has no attribute 'get_node'
I used get_node
function (http://nigelsmall.com/_api/py2neo/neo4j.html#py2neo.neo4j.GraphDatabaseService.get_node)
Am I doing something wrong or the doc should be updated ?
Thanks