gtalarico / pyairtable

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

`Api.all()` not present but indicated in `Api` docstring #297

Closed krishnadesai-color closed 1 year ago

krishnadesai-color commented 1 year ago

The docstring for Api() gives an example usage that doesn't actually work given the all() method does not exist. https://github.com/gtalarico/pyairtable/blob/6d8f7b118cd8c36baad9733cbc90462c49267140/pyairtable/api/api.py#L25-L27

Is the docstring incorrect or was the method inadvertently deleted?

mesozoic commented 1 year ago

Good catch! Embarrassingly, I saw this immediately after I pushed the 2.1.0 release, so I'm going to follow the advice in What to do when you botch a release and release 2.1.0.post1 with the docs fixed.

krishnadesai-color commented 1 year ago

Thanks @mesozoic