gtalarico / pyairtable

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

Implement `api.whoami()` #273

Closed mesozoic closed 1 year ago

mesozoic commented 1 year ago

This is a pretty simple endpoint and doesn't really need any embellishment.

codecov[bot] commented 1 year ago

Codecov Report

Merging #273 (f16745f) into main (d2ef3d6) will increase coverage by 0.05%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main     #273      +/-   ##
==========================================
+ Coverage   94.46%   94.51%   +0.05%     
==========================================
  Files          15       15              
  Lines         759      766       +7     
==========================================
+ Hits          717      724       +7     
  Misses         42       42              
Impacted Files Coverage Δ
pyairtable/api/api.py 98.59% <100.00%> (+0.08%) :arrow_up:
pyairtable/api/types.py 100.00% <100.00%> (ø)