From 2a195b2e82f7cbd493d0518c87c3b8fab2d0b6bb Mon Sep 17 00:00:00 2001 From: Dana Chambourova Date: Tue, 24 Mar 2020 22:02:55 -0700 Subject: [PATCH 1/2] 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 https://github.com/Airtable/airtable.js/issues/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. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4332d186..f62428e7 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,7 @@ You can also override the settings per connection: # Interactive documentation -Go to https://airtable.com/api to see the interactive API documentation for your Airtable bases. It'll have examples for all operations you can perform against your bases. +Go to https://airtable.com/api to see the interactive API documentation for your Airtable bases. Once you select a base to view the API, make sure to click the the tab "Javascript" in the sandbox enviroment. It'll have examples for all operations you can perform against your bases using this library. # Promises From a904625c07a3c2449ecfc0144f8342b625cb113c Mon Sep 17 00:00:00 2001 From: Dana Chambourova Date: Wed, 25 Mar 2020 10:41:38 -0700 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f62428e7..cd019b31 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,7 @@ You can also override the settings per connection: # Interactive documentation -Go to https://airtable.com/api to see the interactive API documentation for your Airtable bases. Once you select a base to view the API, make sure to click the the tab "Javascript" in the sandbox enviroment. It'll have examples for all operations you can perform against your bases using this library. +Go to https://airtable.com/api to see the interactive API documentation for your Airtable bases. Once you select a base, click the "JavaScript" tab to see code snippets using Airtable.js. It'll have examples for all operations you can perform against your base using this library. # Promises