Blasterai/codaio

API V1 error on doc.list_tables()

alinscodes opened this issue · 5 comments

When calling doc.list_tables() I can see the following error

__init__() got an unexpected keyword argument 'table_type'

See latest PR #27 for fix @licht1stein

That's great. I already fixed this while working on mocking the API responses for tests, but this quick fix is better 👍

I am glad you are doing some more tests, maybe there are more issues that need fixing but I just came across this one issue.

Tests are ready, they just need to be updated to conform to v1, see here #29