Closed bedeoverend closed 7 years ago
This fixes an issue where querying against / (in both parent and ancestor queries) was failing. It also moves from uid -> path in almost all areas of the SDK, UIDs only come into it when finally making requests to the API.
/
parent
ancestor
uid
path
👍 LGTM
This fixes an issue where querying against
/
(in bothparent
andancestor
queries) was failing. It also moves fromuid
->path
in almost all areas of the SDK, UIDs only come into it when finally making requests to the API.