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.
You don't have permission to do this.
You're going a bit too fast! Take a break and try again in a moment.
Something went wrong! Please reload the page and try again.
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 supertagGET /node/<node_id>
would give the content for a particular nodeGET /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.