cat-in-136 / redmine_hearts

a redmine plugin which provides intra-Redmine Like/Fav reactions
https://www.redmine.org/plugins/redmine_hearts
GNU General Public License v2.0
33 stars 3 forks source link

Usage with python redmine API #35

Closed rm-plugin-lurker closed 2 years ago

rm-plugin-lurker commented 2 years ago

Hello,

Is there a way to get results of this like plugin using python redmine API?

cat-in-136 commented 2 years ago

It's out of scope of my plugin.

As with other redmine features, some API access to this plugin is available e.g., http://your-redmine.example.com/hearts.json?key=API_KEY. You can write your own program to access the API and retrieve the "like" data.