Comment #⁨6⁩

Really hope that a feature like this is in the pipeline!

Airtable's API is one of the best implementations I have seen. You get an API that aligns with your own data's schema. https://airtable.com/developers/web/api/introduction

I could imagine a similar approach working really well with Tana. These are the sorts of requests I could imagine finding really useful:

  • GET /supertags/<supertag_id>/list_nodes would give you a list of all nodes tagged with that supertag
  • GET /node/<node_id> would give the content for a particular node
  • GET /node/<node_id>/descendants would give you a list of all nodes nested under a particular node. This would be particularly useful when applied to a search node.