Downloads
Download tar.gz
16.63 KB
MD5: ac4199928804d828c155b0ca345a2f03
SHA-1: e70b0070ecba3b3a0e019b21c76ef26ce6ad2319
SHA-256: 72eedf0a47bb3cff409fc73071e16ba67f7b40bcdb752fab1ff4e038c8d4d680
Download zip
19.66 KB
MD5: b0705c947b142dd65d38bf2e08b4091f
SHA-1: 0ec136b403f17f08109e12bfa62c176203505d44
SHA-256: c0d1b7d02389070b8cc453f22464ee21ceab041e220688c6de1136bcab9f63d3
Release notes
The API is now stable, well tested and documented.
Redmine API version 2 depends on the Rest API Query API module.
Version 2 uses Redmine's REST API, and does not connect to the database. However it will attempt to connect to the database when update hooks are run, to automatically convert Redmine User ID fields to Redmine REST API keys if the database connection details are available, the corresponding profile.module fields exists and redmine_user_access_keys module (packaged with Redmine API version 2) is enabled. redmine_user_access_keys module depends on the User Access Keys API module.
This version also includes extensive unit tests.