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

Endpoint: Get Tags #24

Open
mgroves opened this issue Jun 28, 2023 · 1 comment
Open

Endpoint: Get Tags #24

mgroves opened this issue Jun 28, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@mgroves
Copy link
Owner

mgroves commented Jun 28, 2023

GET /api/tags

No authentication required, returns a List of Tags

@mgroves
Copy link
Owner Author

mgroves commented Jun 28, 2023

This is potentially VERY tricky endpoint, especially if tags are the wild west.

It might be a good idea to have an approved list of tags, otherwise this could potentially need to query EVERY article.

Or possibly have a separate document listing all tags, which gets updated when an article is created.

But again tricky, if tags are freeformed, they are potentially unbound, which means they might quickly exceed the size limits of a Couchbase document. So then it would require multiple tag documents.

@mgroves mgroves added the enhancement New feature or request label Jun 28, 2023
mgroves added a commit that referenced this issue Aug 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant