class ApiMethod: api_url: str def __init__(self, api_url: str) -> None: self.api_url = api_url