Help

Re: Is there an Airtable.js reference?

560 0
cancel
Showing results for 
Search instead for 
Did you mean: 
Chris_Parker
6 - Interface Innovator
6 - Interface Innovator

The Github site for Airtable.js lacks too much information for beginners. The README explains almost nothing.

However, I did look at the test.html file and was able to make a very basic test of my own. But, other than looking at test.html, how do you discover what Airtable.js can do?

2 Replies 2
Lawrence_Humble
4 - Data Explorer
4 - Data Explorer

I agree, there isn’t any real documentation for the Airtable API on github, and you can only guess how some of the methods work by looking through airtable.js itself, which is too complicated.

Andrew_Johnson1
8 - Airtable Astronomer
8 - Airtable Astronomer

Since the Node client utilizes the Airtable API, what I would suggest is to first read into the Airtable API documentation (The REST based version) to get a good idea of what you can accomplish with the help of the API, and after that check out the Node client for Airtable.