Original RestClient

The original RestClient is written by Adam Wiggins.

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

Both the original RestClient and this gem are released under the MIT License: www.opensource.org/licenses/mit-license.php