There are two ways to get a location tree
- Use
/location/tree.
- Use
/location?method=getTree.
The OpenAPI page uses the first style, while the client library uses the second one. They are handled equally in the backend, but it would be better to update the client library to follow the first style.
There are also other methods that need update like _OncRealTime.py, _OncArchive.py and _OncDelivery.py.