gtalarico / pyairtable

Python Api Client for Airtable
https://pyairtable.readthedocs.io
MIT License
784 stars 138 forks source link

Support new "Upload attachment" endpoint #389

Closed mesozoic closed 1 month ago

mesozoic commented 1 month ago

This branch adds Table.upload_attachment() and Model.attachments_field.upload() to support the recently introduced Upload attachment endpoint. Along the way it required a bit of a rethink of how we handle lists in the ORM, especially after #381 introduced a custom list subclass (which makes the type system for the ORM a bit more complex).