Original RestClient
The original RestClient is written by Adam Wiggins.
https://github.com/archiloque/rest-client
This gem added a cert file to it and force SSL verification for those calls.
RestClient.get
RestClient.post
RestClient.put
RestClient.delete
Copyright
Both the original RestClient and this gem are released under the MIT License: http://www.opensource.org/licenses/mit-license.php