I am trying to figure out how to use Airtable as a database for a web app that I’m making.
When I look at all of the tutorials, they seem to be for using Airtable as a GUI. I am actually interested in knowing how to do advanced queries/posts etc via API requests (using regular curl requests and/or the JavaScript methods). Can anyone tell me where I can learn this? I see people doing it, but I can’t figure out where the docs or tutorials are. The auto-generated API docs seem to just give you the procedure for basic queries and nothing else.
Does anyone have any tips?
Thanks.