Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ada: implement labels #15

Open
onnozweers opened this issue Aug 14, 2024 · 0 comments
Open

Ada: implement labels #15

onnozweers opened this issue Aug 14, 2024 · 0 comments

Comments

@onnozweers
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant