v.0.16.1
On 2023.02.27
This version has been deprecated. If used with the current API version it can produce unexpected behaviour or errors.
The package shimoku-api-python is no longer maintained
pip install --upgrade shimoku-api-python
This is a small version that fixes some bugs.
Fixes
Fixed an error where a run could not get retrieved if it wasn't first loaded in the activity.
If the contents of a query where being paginated and a certain condition was met, the data could not get retrieved correctly, now it has been fixed.
Improvements
The function
s.activity.get_run_settings
has been added, the necessary parameters are the menu path the activity name and the run id, an example on how to use it is:s.activity.get_run_settings( menu_path="test", activity_name="test_activity", run_id=run_id )
Last updated
Was this helpful?