|
uploaded pictures are in a bad shape
5 messages
Hi guys,
I am having a really weird beahaviour and I am bit frustrated with this
because I cannot see what more to test.
I am uploading a jpg pic to parse.com and when downloading it, it never
never
Hi guys,
I am having a really weird beahaviour and I am bit frustrated with this
because I cannot see what more to test.
I am uploading a jpg pic to parse.com and when downloading it, it never
never
|
By
Fernando Usero
·
|
|
GET with deep parameters
rest-client (1.6.7)
I need to pass a multi-level hash in as parameters to a GET call. I see a discussion about this in the archives already,
http://librelist.com/browser//rest.client/2010/7/24/re
rest-client (1.6.7)
I need to pass a multi-level hash in as parameters to a GET call. I see a discussion about this in the archives already,
http://librelist.com/browser//rest.client/2010/7/24/re
|
By
Jack Repenning
·
|
|
Syntax for passing the content of a file to a post request using rest-client
I have the following code in the file lib/validator.rb
#!/usr/bin/env ruby -d
require 'json'
require 'rest_client'
module Ctools
class Validator
# Based on the code from
https://github.com/damia
I have the following code in the file lib/validator.rb
#!/usr/bin/env ruby -d
require 'json'
require 'rest_client'
module Ctools
class Validator
# Based on the code from
https://github.com/damia
|
By
Carlos Araya
·
|
|
Important pull-requests
Hey guys,
I've merged the important pull-requests into my fork:
https://github.com/endel/rest-client
Some tests isn't passing yet. I'll fix it ASAP.
PS: Julien Kirch, if you're too busy or not inte
Hey guys,
I've merged the important pull-requests into my fork:
https://github.com/endel/rest-client
Some tests isn't passing yet. I'll fix it ASAP.
PS: Julien Kirch, if you're too busy or not inte
|
By
Endel Dreyer
·
|
|
Multipart request with different Content-Types
Greetings,
I'm trying to create a request whose overall Content-Type is
multipart/form-data and whose parts are text/plain and
application/octet-stream. How do I specify the Content-Types of each of
Greetings,
I'm trying to create a request whose overall Content-Type is
multipart/form-data and whose parts are text/plain and
application/octet-stream. How do I specify the Content-Types of each of
|
By
Peter Spierenburg
·
|
|
Multipart requests with different Content-Types.
Greetings,
I am trying to invoke a PUT method on a REST service that requires
multipart/form-data where one of the parts must be text/plain, and the
others are application/octet-stream. None of the p
Greetings,
I am trying to invoke a PUT method on a REST service that requires
multipart/form-data where one of the parts must be text/plain, and the
others are application/octet-stream. None of the p
|
By
Peter Spierenburg
·
|
|
RestClient and SSL stores/default paths
5 messages
I don't know much about SSL, but I'm trying to use RestClient to
connect to my SSL server. I tried the simple RestClient example
I found and added this to Resource.new:
:ssl_client_cert => OpenSSL
I don't know much about SSL, but I'm trying to use RestClient to
connect to my SSL server. I tried the simple RestClient example
I found and added this to Resource.new:
:ssl_client_cert => OpenSSL
|
By
David Ljung Madison
·
|
|
examples
5 messages
Are there any examples of how this can be used with a session_id based
authentication?
Are there any examples of how this can be used with a session_id based
authentication?
|
By
Tom Allison
·
|
|
Fork
I've created a very simple fork of rest-client that allows
per-resource proxy settings:
resource = RestClient::Resource.new(url, :proxy => auth.proxy)
response = resource.get()
I needed this be
I've created a very simple fork of rest-client that allows
per-resource proxy settings:
resource = RestClient::Resource.new(url, :proxy => auth.proxy)
response = resource.get()
I needed this be
|
By
David Ljung Madison
·
|
|
Using restclient for streaming multipart uploads
10 messages
Hello RestClient list,
I am trying to use the RestClient library to do a multipart upload from a
StringIO, not from a file. After scouring the code, it seems that this is
not possible. It should be s
Hello RestClient list,
I am trying to use the RestClient library to do a multipart upload from a
StringIO, not from a file. After scouring the code, it seems that this is
not possible. It should be s
|
By
Anthony Rowlands
·
|
|
Unsubscribe
Hi, I hope you all don't get this message -- the Github page tells how
to subscribe, but not how to unsubscribe, and I don't think I saved
the initial email message from the list.
If you get this, wo
Hi, I hope you all don't get this message -- the Github page tells how
to subscribe, but not how to unsubscribe, and I don't think I saved
the initial email message from the list.
If you get this, wo
|
By
Keith Bennett
·
|
|
How To See the Request URL?
4 messages
Hello, I'm just starting to use rest-client.
I'm not getting back what I expected when I call RestClient.get. It
would be helpful to see the URL that is being sent. Is there any way
for me to see t
Hello, I'm just starting to use rest-client.
I'm not getting back what I expected when I call RestClient.get. It
would be helpful to see the URL that is being sent. Is there any way
for me to see t
|
By
Keith Bennett
·
|
|
BDD with REST Client
2 messages
Hello all,
I'm building a Ruby client for our very new, very alpha alpha API (at
developer.urtak.com) and would like to attack it with BDD.
Since I know I'll be using REST Client as my HTTP client,
Hello all,
I'm building a Ruby client for our very new, very alpha alpha API (at
developer.urtak.com) and would like to attack it with BDD.
Since I know I'll be using REST Client as my HTTP client,
|
By
Kunal Shah
·
|
|
Trying to figure out an elegant way to handle basicauth
7 messages
In the main body of my code I parse args and set class variables for
username and password, as well as set the basic url via an instance that I
pass to rest_client. I got basicauth working by brute fo
In the main body of my code I parse args and set class variables for
username and password, as well as set the basic url via an instance that I
pass to rest_client. I got basicauth working by brute fo
|
By
Brian Gupta
·
|
|
rest-client and RPC
2 messages
Is it possible to make JSON-RPC calls using Rest-Client ?
Is it possible to make JSON-RPC calls using Rest-Client ?
|
By
anderson leite
·
|
|
Welcome to rest.client list.
7 messages
I'm trying to upload a file to the crowdin translation site. The following
curl call does the job:
curl -F "files[Redmine Backlogs.yml]=@en.yml"
http://api.crowdin.net/api/project/redmine_backlogs/up
I'm trying to upload a file to the crowdin translation site. The following
curl call does the job:
curl -F "files[Redmine Backlogs.yml]=@en.yml"
http://api.crowdin.net/api/project/redmine_backlogs/up
|
By
Emiliano Heyns
·
|
|
When is 1.6.4 release?
Dear Sir/Madam:
I am wondering when version 1.6.4 is release?
Thank you very much!
-Maggie
Dear Sir/Madam:
I am wondering when version 1.6.4 is release?
Thank you very much!
-Maggie
|
By
Maggie Hu
·
|
|
Post ActionDispatch::Http::UploadedFile object
6 messages
Hi,
is there a way to post an ActionDispatch::Http::UploadedFile object with RestClient? It does not work with:
RestClient.post('http://example.com/resource', {:file => uploaded_file}, headers)
whe
Hi,
is there a way to post an ActionDispatch::Http::UploadedFile object with RestClient? It does not work with:
RestClient.post('http://example.com/resource', {:file => uploaded_file}, headers)
whe
|
By
David Piegza
·
|
|
Change authorization in request header
15 messages
Hello,
I'm using rest-client to manage lot's of my applications. Since now they
didn't had any sort of authentication. I just finished to deploy it,
so i need to be able to interact (though an API) b
Hello,
I'm using rest-client to manage lot's of my applications. Since now they
didn't had any sort of authentication. I just finished to deploy it,
so i need to be able to interact (though an API) b
|
By
Anthony Roux
·
|
|
rest-client 1.6.3 is available
Hi,
after a while and a long list of patches rest-client 1.6.3 is now available ! (It should be a 1.6.2 but I made an error so I had to yank it)
Changelog:
- add support for HEAD in resources (patc
Hi,
after a while and a long list of patches rest-client 1.6.3 is now available ! (It should be a 1.6.2 but I made an error so I had to yank it)
Changelog:
- add support for HEAD in resources (patc
|
By
Archiloque
·
|