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
The API supports labels for files. It would be nice, and probably easy, to implement this in Ada.
In the /namespace API call:
If action is ‘set-label’ then a label is added to the given file object. ’label’ item value is a String.
If action is ‘rm-label’ then the corresponding label of a file is removed. The ‘label’ value is either a string.
Labels can be used to provide custom file listings, with the /labels call:
/labels/{path} - Find metadata and optionally virtual directory contents.
The text was updated successfully, but these errors were encountered:
The API supports labels for files. It would be nice, and probably easy, to implement this in Ada.
In the /namespace API call:
Labels can be used to provide custom file listings, with the /labels call:
The text was updated successfully, but these errors were encountered: