Hello,
I am planning to use rest-client in my project, in a slightly different way. I am writing a tool, which schedules different actions (invoke rest calls, execute db updates, send email etc). For rest support, i was planning to have the user create .rcq files, from rest-client-gui and upload it to our application. So anytime, i want to run the rest api, i will use the .rcq file , execute it and get the output. This way, all the rest api types supported by rest-client.
The problem for me now is, i want a restclient-lib jar alone. The jar file that is available for download is
restclient-ui-3.1-jar-with-dependencies.jar , which has all the dependencies packaged in it. I cannot use this jar directly in my application, since i will end up having duplicate classes. Is it possible for you to publish the core restclient-lib jar alone? I will add all the dependencies manually in my project ?
Thanks,
Palanivel Rajan B