alexbevi / redmine_knowledgebase

A knowledgebase plugin for Redmine
453 stars 199 forks source link

provide an API (if possible) #274

Open allan-simon opened 9 years ago

allan-simon commented 9 years ago

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)

alexbevi commented 9 years ago

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

allan-simon commented 9 years ago

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

lpar commented 8 years ago

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.

petiepooo commented 8 years ago

+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.