gtalarico / pyairtable

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

Add `use_field_ids=` param to Api #386

Closed mesozoic closed 2 months ago

mesozoic commented 2 months ago

This allows implementers to declare use_field_ids=True once, when creating the Api instance, and not have to pass it to each method call thereafter. FYI @jonathanlaniado

Fixes #365

jonathanlaniado commented 2 months ago

👏👏👏