Meet the new monday.com API Python SDKšŸ

:rocket: Exciting News for Python Developers! :snake:

In addition to our existing Node.js SDK, weā€™re thrilled to announce the launch of the monday API Python SDK!
We know working with APIs can sometimes be a challengeā€”dealing with pagination, navigating nested data structures, and keeping up with API version updates can slow you down. Thatā€™s why we created our Python SDK.

With this new SDK, you can:

:white_check_mark: Streamline your API interactions
:white_check_mark: Save time on coding and maintenance
:white_check_mark: Focus on building solutions

Getting started

Install the package with pip and initialize the client with your API token

Whatā€™s Inside?

1. Simplified Data Retrieval

  • Fetch Everything You Need: Boards, Items, Updates and Activity Logs
  • Automatic Pagination: no need to worry about page limits; the SDK handles pagination under the hood
  • Powerful Filtering: Use filters like lastUpdatedAt to get data within specific time frames. Perfect for incremental data pipelines.

2. User-Friendly Data Structures

  • Navigate complex nested responses easily with Python dataclasses. No more wrestling with JSON!

3. Object Creation

  • Create Items: Add new items with column values
  • Update Items: Modify item column values without the headache.
  • Post Updates: Keep everyone in the loop by creating updates directly through the SDK.

Check It Out

ā€¢ PyPI Package: monday-api-python-sdk

ā€¢ GitHub Repo: github.com/mondaycom/monday-api-python-sdk

1 Like