Closed stefan-kolb closed 9 years ago
Sometimes Excon methods Excon.new are used and sometimes RestClient, e.g. post. I know there is a place where we need RestClient for multipart requests. Other than that is there any rationale for the usage of RestClient post?
Excon.new
post
Ouch clicked on wrong Impl :smile:
Sometimes Excon methods
Excon.new
are used and sometimes RestClient, e.g.post
. I know there is a place where we need RestClient for multipart requests. Other than that is there any rationale for the usage of RestClientpost
?