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.
py_wrike_v4 (this link opens in a new window) by Raziel619 (this link opens in a new window)
A python wrapper for the Wrike API