Resty
Resty copied to clipboard
Tiny REST client for Java and JSON.
Is it possible to specify a **username** and **password** to use with the Proxy option along with the host and port? I can only find a host and port solution...
It'd be really helpful if any single example used the authenticate method, even with basic auth. There are no examples to be found that employ authentication.
As requested by @jonmitten i added an exemple of the authenticate method in the REAME
Please remove my mail from the README. I have a single commit [here](https://github.com/beders/Resty/commit/d89e08e2cec50178204802e665d1e9271e435fb0), I don't think it's worth appearing in the README :)
how do we add new headers and parameters to this resty while making request not all requests will be simple urls. they will contain headers and parameters as well in...
I am using Resty 0.3.2 on android I am calling delete like this : request.json("http://example.com:port/customer/4", delete()); here is the error , is my falut or Resty ? 02-26 00:10:56.736: W/System.err(1116):...
This pull request is focused on resolving occurrences of Sonar rule squid:S2386 - Mutable fields should not be "public static". You can find more information about the issue here: https://dev.eclipse.org/sonar/rules/show/squid:S2386...
This pull request is focused on resolving occurrences of Sonar rule squid:S1165 - Exception classes should be immutable. You can find more information about the issue here: https://dev.eclipse.org/sonar/rules/show/squid:S1165 Please let...
This pull request is focused on resolving occurrences of Sonar rule squid:S2159 - Silly equality checks should not be made. You can find more information about the issue here: https://dev.eclipse.org/sonar/rules/show/squid:S2159...
This pull request is focused on resolving occurrences of Sonar rule squid:S1149 - Synchronized classes Vector, Hashtable, Stack and StringBuffer should not be used. You can find more information about...