Is there a standard implementation for webdev based tag read?

Title –

Looking to read tags via API, I’m glad to roll my own if I need to but I figured i’d check if there was a standardized library/resource people would point to.

I haven't seen one I like. Key things I'd include but haven't seen anyone do:

  • Accept a list of tag paths in a POST, not just a single tagpath in the query params of a GET.

  • Enforce tag access restrictions

  • Include a method to also query history and deliver efficiently (column-wise, not row-wise).

1 Like