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
Under /node/{resourceType}/ we currently have an array of whole resources like Node API.
But now that we're not slavishly following the Node API, since we have that /node/ base path, would it be cleaner to just have just ID/path list responses like from e.g. Connection API /single/senders/?
Under /node/{resourceType}/ we currently have an array of whole resources like Node API.
But now that we're not slavishly following the Node API, since we have that /node/ base path, would it be cleaner to just have just ID/path list responses like from e.g. Connection API /single/senders/?
I.e.
GET /x-nmos/annotation/v1.0/node/senders/
would return
instead of
The text was updated successfully, but these errors were encountered: