class Mailgun::Client

def set_api_key(api_key)

Change API key
def set_api_key(api_key)
  @http_client.set_basic_auth('api', api_key)
end