gtalarico / pyairtable

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

Update getting-started.rst #289

Closed ashwinSALGAOCAR closed 1 year ago

ashwinSALGAOCAR commented 1 year ago

The "Api" object does not have a "table" method. The method available to the "Api" object is "get_table".

mesozoic commented 1 year ago

Hi Ashwin, we recently released version 2.0 of the library, which introduced a number of changes to the API (including this one). You might still be using 1.x in your project; you can find the docs for your version at https://pyairtable.readthedocs.io/en/1.5.0/getting-started.html

For more information about what changed in the 2.0 release, see https://pyairtable.readthedocs.io/en/2.0.0/migrations.html