|
Unintended behavior change in 1.5.1 regarding cookies
Hi,
in 1.5.1 I migrated the cookie parsing code to use the CGI method instead of custom code, goal was to fix an issue with the bonus of a simpler code.
But it introduced the unintended behavior of
Hi,
in 1.5.1 I migrated the cookie parsing code to use the CGI method instead of custom code, goal was to fix an issue with the bonus of a simpler code.
But it introduced the unintended behavior of
|
By
Archiloque
·
|
|
GET parameters?
8 messages
Hi all,
I can see that it's pretty easy to specify parameters to a POST request:
RestClient.post 'http://example.com/resource', :param1 => 'one'
..is there a convenience method to do the same for G
Hi all,
I can see that it's pretty easy to specify parameters to a POST request:
RestClient.post 'http://example.com/resource', :param1 => 'one'
..is there a convenience method to do the same for G
|
By
Pawel Szymczykowski
·
|
|
how to send XML to a non-rest service?
5 messages
Thanks, testing it now. Want to make sure I am sending the XML
correctly, this right? There isn't an example in the docs of just
sending a straight-up string/xml:
@response = RestClient.po
Thanks, testing it now. Want to make sure I am sending the XML
correctly, this right? There isn't an example in the docs of just
sending a straight-up string/xml:
@response = RestClient.po
|
By
Timothy Fong
·
|
|
how can I upload .png file without multipart?
5 messages
This is how I am doing it, am I doing this right? I get a 200 response,
but still issues.
@response = RestClient.post('http://www.postful.com/service/upload',
{:upload =>
This is how I am doing it, am I doing this right? I get a 200 response,
but still issues.
@response = RestClient.post('http://www.postful.com/service/upload',
{:upload =>
|
By
Timothy Fong
·
|
|
2XX response codes
5 messages
Hi all,
I'm receiving 207 (read-only resource) codes from my
application server and those responses are treated as Exceptions, as
if they were 4xx or 5XX errors.
I think that full 2XX code range sho
Hi all,
I'm receiving 207 (read-only resource) codes from my
application server and those responses are treated as Exceptions, as
if they were 4xx or 5XX errors.
I think that full 2XX code range sho
|
By
Gonzalo
·
|
|
rest-client 1.5.1 released
Hi,
rest-client 1.5.1 is now available, changes:
- only converts headers keys which are Symbols
- use CGI for cookie parsing instead of custom code
- unescape user and password before using them (pat
Hi,
rest-client 1.5.1 is now available, changes:
- only converts headers keys which are Symbols
- use CGI for cookie parsing instead of custom code
- unescape user and password before using them (pat
|
By
Archiloque
·
|
|
any gripe with current code ?
2 messages
Hi,
Do you have any issue with 1.5.0 or current master ? As several fix are available on head and if there's no unsolved problem I would like to ship a 1.5.1
See http://github.com/archiloque/rest-cl
Hi,
Do you have any issue with 1.5.0 or current master ? As several fix are available on head and if there's no unsolved problem I would like to ship a 1.5.1
See http://github.com/archiloque/rest-cl
|
By
Archiloque
·
|
|
list archives
Hi,
librelist has now an archive support
http://librelist.com/browser/rest.client/
A.
Hi,
librelist has now an archive support
http://librelist.com/browser/rest.client/
A.
|
By
Archiloque
·
|
|
Rest-client converting underscores to hyphens in user headers
6 messages
Hi all,
I have a Ruby REST client application that is using your gem (which is
great btw). My client has to pass some HTTP headers in the request like so:
HEADER_KEY: value
But when I use these w
Hi all,
I have a Ruby REST client application that is using your gem (which is
great btw). My client has to pass some HTTP headers in the request like so:
HEADER_KEY: value
But when I use these w
|
By
John Collins
·
|
|
rest-client 1.5.0 available
Gem is now available
Regards
A.
Le 23 avr. 2010 à 22:53, Archiloque a écrit :
Gem is now available
Regards
A.
Le 23 avr. 2010 à 22:53, Archiloque a écrit :
|
By
Archiloque
·
|
|
Rest-client-components depends of rest-client 1.5.0
Hi,
The last version of rest-client-component (1.1.1) depends of
Rest-client 1.5.0 but there are no gem of this version.
Maybe it's better to release this two gem like --pre-release.
--
Cyril Mou
Hi,
The last version of rest-client-component (1.1.1) depends of
Rest-client 1.5.0 but there are no gem of this version.
Maybe it's better to release this two gem like --pre-release.
--
Cyril Mou
|
By
Cyril Mougel
·
|
|
rest-client 1.5.0.b is available for testing
2 messages
Hi all,
I've pushed a rest-client 1.5.0.b gem on the repository, as several changed has been made and no bug is opened for the moment
Changes:
- the response is now a String with the Response modul
Hi all,
I've pushed a rest-client 1.5.0.b gem on the repository, as several changed has been made and no bug is opened for the moment
Changes:
- the response is now a String with the Response modul
|
By
Archiloque
·
|
|
increase timeout
2 messages
Hello all,
I would like to increase the timeout for rest-calls. What I found here:
http://rdoc.info/projects/archiloque/rest-client/blob/c0793cd8fc926b11cf19271baab4f4886cbac368
is, that I could do
R
Hello all,
I would like to increase the timeout for rest-calls. What I found here:
http://rdoc.info/projects/archiloque/rest-client/blob/c0793cd8fc926b11cf19271baab4f4886cbac368
is, that I could do
R
|
By
Martin Guetlein
·
|
|
question about cookies
Hi,
http://github.com/archiloque/rest-client/blob/master/lib/restclient/request.rb#L60
a user mentioned that we should use a ; instead of , to join the cookies values
http://curl.haxx.se/rfc/cookie_
Hi,
http://github.com/archiloque/rest-client/blob/master/lib/restclient/request.rb#L60
a user mentioned that we should use a ; instead of , to join the cookies values
http://curl.haxx.se/rfc/cookie_
|
By
Archiloque
·
|
|
[ANN] rest-client-components 1.1.0
Hi,
Since Archiloque is regularly pushing me to announce it ;-), here it is: the
1.1.0 version of rest-client-components is ready for you to try!
http://github.com/crohr/rest-client-components
or
Hi,
Since Archiloque is regularly pushing me to announce it ;-), here it is: the
1.1.0 version of rest-client-components is ready for you to try!
http://github.com/crohr/rest-client-components
or
|
By
Cyril ROHR
·
|
|
Multipart and bin mode
Hi,
from this discussion
http://github.com/archiloque/rest-client/issues#issue/17
it seems we should switch the temp file used for Multipart transfert to bin
it seems a sane solution to fix the prob
Hi,
from this discussion
http://github.com/archiloque/rest-client/issues#issue/17
it seems we should switch the temp file used for Multipart transfert to bin
it seems a sane solution to fix the prob
|
By
Archiloque
·
|
|
response no longer string-compatible
13 messages
I see that as of 1.4, the response is no longer a string. As near as
I can tell, this breaks almost every existing use of RestClient. e.g.
the very common codepath like this:
hash = JSON.parse(Rest
I see that as of 1.4, the response is no longer a string. As near as
I can tell, this breaks almost every existing use of RestClient. e.g.
the very common codepath like this:
hash = JSON.parse(Rest
|
By
Adam Wiggins
·
|
|
rest-client 1.4.2 released
Hi,
rest-client 1.4.2 is available, again it's a bug-fixing release
Changes
- fixed RestClient.add_before_execution_proc (patch provided by Nicholas Wieland)
- fixed error when an exception is raise
Hi,
rest-client 1.4.2 is available, again it's a bug-fixing release
Changes
- fixed RestClient.add_before_execution_proc (patch provided by Nicholas Wieland)
- fixed error when an exception is raise
|
By
Archiloque
·
|
|
rest-client 1.4.1 released
Hi,
rest-client 1.4.1 has been released
the only change in this version is a fix when using arrays in parametrs, as 2 persons contacted me about this error this week and there is currently no other o
Hi,
rest-client 1.4.1 has been released
the only change in this version is a fix when using arrays in parametrs, as 2 persons contacted me about this error this week and there is currently no other o
|
By
Archiloque
·
|
|
rest-client 1.4.0 available
Hi all,
I'm pleased to announce that rest-client 1.3.0 has been released
rest-client is a simple HTTP and REST client for Ruby, inspired by the Sinatra’s microframework style of specifying actions:
Hi all,
I'm pleased to announce that rest-client 1.3.0 has been released
rest-client is a simple HTTP and REST client for Ruby, inspired by the Sinatra’s microframework style of specifying actions:
|
By
Archiloque
·
|