[Package] py_wrike_v4 – Python Wrapper for Wrike API

A python wrapper for the Wrike API V4. This wrapper provides convenience methods for accessing Wrike’s API endpoints. Be sure to familiarize yourself with their documentation here before using this package. Wrike uses unique IDs to identify any of their data objects. These IDs are what’s used to make requests to the Wrike API. Consider the example where you’d like to query a folder/project but only know its title. You may first need to query all folders in the workspace then determine the folder ID by matching the title. You can then use that folder ID to perform additional queries. This package provides some methods so simplify that flow in some cases.

PyPi Link Here.

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.