Python 和 Airtable API

Python and the Airtable API

谁能找到在 python 中使用 Airtable.com 的 API 的示例。 有文档,但我不确定如何开始。

请注意,他们没有客户端库。

github 上有一个项目:

https://github.com/nicocanali/airtable-python

Airtable Python
Python interface to the Airtable's REST API - https://airtable.com

我制作了一个与 nicocanali 的原始作品类似的作品,但组织方式略有不同:https://github.com/gtalarico/airtable-python-wrapper