how can I use the Mylyn webservice?
Added by Thomas Feister over 15 years ago
I'd like to write an redmine client using c# and webservices. Unfortunately the service provided at the endpoint /redmine/sys/api gives me only a list of projects.
If I understand it right, the mylyn plugin provides more functionalities to interact with redmine. Can someone help me to find the endpoints where I can get the wsdl description of the services so that I can import it into my IDE?
Thanks,
Thomas
Replies (1)
RE: how can I use the Mylyn webservice? - Added by Pavel Kalian over 15 years ago
Hi,
Redmine unfortunately doesn't expose the API to the outside world yet. Have a look at http://redmineclient.sourceforge.net/ - part of the project is a library exposing some of the Redmine functionality as a C# library you could perhaps use.