Exciting News for Python Developers!
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:
Streamline your API interactions
Save time on coding and maintenance
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