def get_all_snippet_ids(self): resp = requests.get(self.path + "/all_snippet_ids") return bson_loads(resp.text)