monday
monday copied to clipboard
Python client for Monday.com
Add id to payload of get_item_by_id_query. It's nice to have consistent return objects. I had some code for retrieving items from a board, wanted to reuse it with the other...
From the Monday Web Site: "Querying items directly returns all items across the account. **Starting October 3rd, 2022**, you will not be able to return more than 100 items per...
I was trying to use this library, but a function that I was attempting to use was unavailable `items_by_column_values` ``` query ($boardId: Int!, $columnId: String!, $columnValue: String!){ items_by_column_values (board_id: $boardId,...
``` "errorMessage": "Parse error on \"\" (STRING)", ``` Both `create_item` and `create_subitem` have the same issue. If the item/subitem name contains double quotes, it will fail when parsing the string....
### What changed: Added `create_boards()` function and a test for it. Also, `Readme` has been updated. ### What resolves: Issue #59: Will allow users to easily create boards optionally specifying...
### What changed: Added `duplicate_board()` function and a test for it. A _types.py_ file has been included where type hints can be set up. In this case it stores the...
Hi there, I've got a problem with the function : .items.change_multiple_column_values I can't succeed to change the date on monday. Maybe I didn't fond the good way to send my...
Hi, thank you for this package, I'm finding it very useful! This is a feature request for supporting paging for retrieval of items. I have more data than can be...
I was attempting to use the code but when it runs it errors out at this line: col_defs = monday.utils.get_col_defs(conn, board_id) Traceback (most recent call last): File "c:\Users\juan\Documents\Programming\monday3.py", line 75,...
Hi! Thank you very much for this library! really saves me a lot of time. Are you planning to add the duplicating board feature from the API? That would be...