skyoo2003 / kakaowork-py

(Unofficial) Kakaowork Python client

Home Page:https://docs.kakaoi.ai/kakao_work/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Handling undefined model attributes

skyoo2003 opened this issue · comments

An exception occurs when an undefined field is added to any model.

$ poetry run kakaowork -k $(cat ~/kakaoworkbot-appkey) users list
Traceback (most recent call last):
...
TypeError: __new__() got an unexpected keyword argument 'display_name'