seatable-api-python
seatable-api-python copied to clipboard
SeaTable Python API provide list/add/update/delete records in tables.
Results
13
seatable-api-python issues
Sort by
recently updated
recently updated
newest added
I can't delete a row if I set the row id to a string longer than 22 for example UUID. ``` File "/home/user/project/.venv/lib/python3.11/site-packages/seatable_api/main.py", line 26, in wrapper return func(obj, *args,...
#### Improvements - Improved log messages - Airtable schema is retrieved using Airtable's meta API instead of trying to decude field types from row values - Note: This needs the...