You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am experiencing a Parse error issue with methods such as monday.boards.fetch_boards() and monday.users.fetch_users(). Methods from workspaces are running normally though.
Hi,
I am experiencing a Parse error issue with methods such as monday.boards.fetch_boards() and monday.users.fetch_users(). Methods from workspaces are running normally though.
Here is the code:
from credentials import credentials
from monday import MondayClient
api_token = credentials['token']
monday = MondayClient(api_token)
print(monday.boards.fetch_boards())
print(monday.users.fetch_users())
The text was updated successfully, but these errors were encountered: