Router client doesnt work for non-namespaced resources
Closed this issue · 0 comments
cjellick commented
In here:
Lines 126 to 141 in 91ce7be
the namespace is set to
defaultNamespace
if no namespace has been provided.
I was trying to use this to list Nodes, which are not namespaced. This causes the call to break and is inconsistent with how other implementations of the Reader interface behave.