-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not available in a maven repo #3
Comments
Thanks Tom. I will start work on uploading it to Maven Central. |
Hi Tom, I have uploaded rapa on a Github maven repository and I have updated the instructions with maven repo url in the link below. I will continue working on pushing the library to Maven Central. Thanks, |
Thanks! By now I've already started using raw connections via Apache HttpClient, because I need to add signature headers to the request. Does Rapa expose the request object so I can do that? Then I may migrate to Rapa (the fluent API still is very luring :-) Tom On 2013-09-26 20:37, HariKrishnan wrote:
|
Hi Tom, Sorry, Rapa currently does not expose the request object. If you can paste a sample of what you are trying achieve, I would be glad to see if we can make modifications to Rapa. Pull requests are welcome as well. :) Thanks, |
This is code that I've written on top of Apache's HttpClient using the example code I got from BOL, basically I need to be able to set and get headers.
I must mention that this code is not working yet, I'm still on it with BOL to get it going. So there may be more. Tom |
Thanks Tom. I will add support in rapa to set and get headers. Regards, |
Hi Tom, I have added the support for setting request headers. Below are the instructions.
Hope this helps. Thanks, |
Hi Tom, Let me know if you need any changes on the headers change I have explained in my previous response. Thanks and Regards, |
Yes, will do. Currently I'm not actively working on the project, but had to switch to more urgent matters. On 2013-10-10 11:53, HariKrishnan wrote:
|
No worries. Please take your time. |
I really like the fluent API that Rapa uses, but a downloadable jar would be highly required (I don't think I can access file:///home/hari/jsg/code-repo/maven-repository ;-) but even better would be uploading it to Maven central.
The text was updated successfully, but these errors were encountered: