You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should try to remove ResourceProfile, since it adds very little and bloats the API.
The idea would be that if I have N sibling root resources, they will be children of a Resource that has no URI.
The code could test whether a resource has a null URI, and if it does assume that there is no real resource associated with it, but it is just a parent for its children.
The text was updated successfully, but these errors were encountered:
We should try to remove
ResourceProfile
, since it adds very little and bloats the API.The idea would be that if I have N sibling root resources, they will be children of a
Resource
that has no URI.The code could test whether a resource has a
null
URI, and if it does assume that there is no real resource associated with it, but it is just a parent for its children.The text was updated successfully, but these errors were encountered: