The Community will be temporarily unavailable starting on Friday February 28. We’ll be back as soon as we can! To learn more, check out our Announcements blog post.
A couple of members have been kind enough to post code snippets to retrieve a base’s schema. I’ve build a small python script that can automate the process.
Anyone with Javascript experience should be able to update this without too much trouble to ...
If you don’t mind using all Python code (and skipping curl), this is some sample code I put together to test the API:
----------------------------------------------
# 2021-02-02 v0.01 runs under Python 3.9 (should work with 3.5+)
# from airtab...