* Add api_secret parameter to import_data and merge methods. API secret is the
new preferred auth mechanism; the old API Key still works but is no longer
accessible in the Mixpanel settings UI. (ref: issues 85, 88)
* Add optional verify_cert param to Consumer.__init__ for those having trouble
with server cert validation. (ref: issue 86)