Q&A
can i access tinytable data via API from my own app?
Nov 5298
we have a custom dashboard built in react and want to display data from our tinytables in it. is there an API to:
- read rows from a table (with filters)
- create new rows
- update existing rows
- delete rows
basically CRUD operations via REST API. want to use tinytable as the database for our dashboard without having to maintain our own database
also curious about rate limits and authentication