redmine_knowledgebase icon indicating copy to clipboard operation
redmine_knowledgebase copied to clipboard

provide an API (if possible)

Open allan-simon opened this issue 10 years ago • 4 comments

I'm currently helping to write a CLI client for redmine, and it would be really nice if this plugin was providing an API (even if at first only a "readonly" one)

allan-simon avatar Feb 27 '15 15:02 allan-simon

Interesting request. I'll see what I can do :)

alexbevi avatar Apr 02 '15 13:04 alexbevi

thank you :) don't hesitate to poke me if you need help or people to test

allan-simon avatar Apr 02 '15 16:04 allan-simon

I was just wondering about this. In particular, it would be nice to have a REST endpoint to perform a search of knowledgebase articles for a project, and get the results as JSON.

lpar avatar Jan 07 '16 19:01 lpar

+1 python-redmine (http://python-redmine.readthedocs.io/advanced/custom_resources.html) uses the REST API to interact with Redmine. I would love to have it also be able to access the KB articles via custom resources enumeration.

petiepooo avatar Aug 01 '16 17:08 petiepooo