-
Notifications
You must be signed in to change notification settings - Fork 407
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Am I missing something, why is there zero documentation on using this library #93
Comments
I would also like to know--the REST API is documented so well but for this library, I've been struggling for a while to find anything. |
Thanks for reporting! We're a small team with lots to do, but we'll keep this in mind as we work on new versions of Airtable.js and the API. |
I understand small teams, but you could link directly in (or even mention) the node/javascript tab in the API documentation (I missed it) and you could also at least autogen documentation from the source code you have here and link to it? |
just adding another voice here. for me the api site you have created is pretty - but I found I needed to work more things out then I expected. Even just listing all the functions off in a lodash style would be great. |
Adding a reference to the existence of a Javascript tab in the Airtable API documentation. I was struggling to find documentation for this library and Airtable#93 made me realize I was just not noticing the JS tab. Since it seems to be occurring to multiple people on the thread, adding it explicitly in the readme might help save someone some hours of research.
* Update README.md - reference JS tab in api docs Adding a reference to the existence of a Javascript tab in the Airtable API documentation. I was struggling to find documentation for this library and #93 made me realize I was just not noticing the JS tab. Since it seems to be occurring to multiple people on the thread, adding it explicitly in the readme might help save someone some hours of research. * Update README.md
I'm exploring moving to Airtable for my app, but yeah, the lack of detailed documentation is rough. |
* Update README.md - reference JS tab in api docs Adding a reference to the existence of a Javascript tab in the Airtable API documentation. I was struggling to find documentation for this library and Airtable/airtable.js#93 made me realize I was just not noticing the JS tab. Since it seems to be occurring to multiple people on the thread, adding it explicitly in the readme might help save someone some hours of research. * Update README.md
I get that it mostly follows the published API, but has a lot of helper functions that one would need to read the source code to find? eachPage? all? etc?
The text was updated successfully, but these errors were encountered: