taskadapter / redmine-java-api

Redmine Java API
Apache License 2.0
269 stars 162 forks source link

Added the ability to make additional parameters when creating and upd… #330

Closed MikhailKlimenko closed 4 years ago

MikhailKlimenko commented 5 years ago

Greetings, recently I needed to develop a plugin for redmine and in the plugin I need to add additional parameters when updating and creating issue.

MikhailKlimenko commented 4 years ago

Hi, I've separated the transport details "NameValuePair" from user-facing, added a Converter and hashset to UriConfigurator to weed out null and similar keys.

alexeyOnGitHub commented 4 years ago

I am currently traveling, will take a look at this in about a week. Thank you for helping out with this library, Mikhail!

alexeyOnGitHub commented 4 years ago

I made the final changes in your branch and merged it here : https://github.com/taskadapter/redmine-java-api/pull/335 thank you for helping out with this library!