Airtable ======== ******** Overview ******** The Airtable class allows you to interact with an `Airtable `_. base. In order to use this class you must generate an Airtable API Key which can be found in your Airtable `account settings `_. .. note:: Finding The Base Key The easiest place to find the ``base_key`` for the base that you wish to interact with is via the Airtable API documentation. * Go to the `Airtable API Base List `_ and select the base. * The url of the resulting page will contain the ``base_key``. * Example: ``https://airtable.com/[BASE_KEY]/api/docs#curl/introduction`` *** API *** .. autoclass :: parsons.Airtable :inherited-members: