Project

General

Profile

API for adding news

Added by Dietmar H over 12 years ago

I'd like to write a small Android app for showing and adding news.
Being new to ruby / rails, I managed to set up the redmine project on my Mac with RubyMine.
Now I'd like to make the necessary changes.
I spent some time to learn basic Ruby syntax and browsing the project, but still I couldn't figure out where the relevant code lies.
If somebody could quickly point out how the API mechanism works, that would be great! Having some hints, I could look at modules where this was already implemented (e.g. adding new versions is supported by API) and learn from there.


Replies (2)

RE: API for adding news - Added by Mischa The Evil over 12 years ago

Can't help you much with this, but just wanted to point out the currently available documentation regarding the Redmine Rest Api.
As far as the document says at least an api for the index action is available; thus adding news items wouldn't be possible.

Hope this helps...

RE: API for adding news - Added by Andriy Lesyuk over 11 years ago

One can always write a plugin for implementing news addition REST API, right?

    (1-2/2)