def get_details(self, content_api: Content): if self.index: return Equipment.parse_detail(content_api.get_detail(self.url))
def get_details(self, content_api: Content): if self.index: return AbilityScore.parse_detail(content_api.get_detail(self.url))
def get_details(self, content_api: Content): if self.index: return Language.parse_detail(content_api.get_detail(self.url))
def get_details(self, content_api: Content): if self.index: return Monster.parse_detail(content_api.get_detail(self.url))