Moncli Version 1.2 Release

Hi Andrew!
I have an issue when I am trying to create a new board:
ValueError: could not convert string to float: ‘api_key here…’
It seems to me that you may have a bug.

The bug related with “client.create_board(board_name, board_kind)” arrises when the method “client.api_key_v2 = api_key” is used.
When the preferred method (moncli.api.api_key = api_key) is used everything works great.

Thanks for a great framework!

1 Like