This is an adaptation of a lightning talk I gave at PDX Ruby on November 3rd, 2015.
A while back, I was looking at the documentation for Mandrill’s API. I pulled the following quote from https://mandrillapp.com/api/docs/ on 11/05/2015:
The Mandrill API is a mostly RESTful API. Known caveats:
- All API calls should be made with HTTP POST.
- You can consider any non-200 HTTP response code an error – the returned data will contain more detailed information
- All methods are accessed via: https://mandrillapp.com/api/1.0/SOME-METHOD.OUTPUT_FORMAT