def __init__(self, *args, **kwargs):
     API.__init__(self, *args, **kwargs)
     self.response_processor = self.json_processor
 def __init__(self, *args, **kwargs):
     API.__init__(self, *args, **kwargs)
     self.batch_mode = False