stefan-kolb / nucleus

Platform as a Service API abstraction layer.
MIT License
28 stars 0 forks source link

Usage of RestClient and Excon #56

Closed stefan-kolb closed 9 years ago

stefan-kolb commented 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?

stefan-kolb commented 9 years ago

Ouch clicked on wrong Impl :smile: