def get_ids(self, ids): resp = requests.get(self.path + "/get_ids", json={"ids":ids}) return bson_loads(resp.text)