airtable.py
airtable.py copied to clipboard
Python interface to the Airtable's REST API
As per API documentation `typecast` option to be set as true to add new multiple select array of strings. Can this option be added in the client `create` method ?...
There might be a cleaner way of doing this, but modifying the library for my local usage with this code works fine.
I was using thus module but I can't sort the results as get(sort = "") doesn't work
Airtable rate limits to 5 requests per second across all bases. They return http code 429 when you hit this limit. This PR introduces retries via the requests retry functionality...
Hi, I am using Windows where pip install requests was completed successfully. On the first line of my code as below I get the error. from airtable import airtable ModuleNotFoundError...
I am cloning this module but how to import this module? I am not finding any airtable.py file .
Hi! I’m Fred, an engineer on the Airtable API team. I’m writing here to share some plans we have to move away from user API keys, with a goal of...
Code: `at_client = airtable.Airtable("Beta testing", AIRTABLE_TOKEN)` `at_client.get("People")` Error: `Traceback (most recent call last): File "/Users/andrasnagy/Desktop/sensae/code_base/projects/slack-app/main.py", line 22, in at_client.get("People") File "/Users/andrasnagy/Desktop/sensae/code_base/projects/slack-app/.venv/lib/python3.11/site-packages/airtable/airtable.py", line 133, in get return self.__request('GET', url, params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
I am not able to understand, in what format should the data be stored, please mention it in the README.rst file clearly.