def __init__(self, access_id: str):
self.access_id = access_id
self.base_url = 'https://routenplaner.verkehrsauskunft.at/vao/restproxy'
- self.version = '1.5.0'
+ self.version = '1.8.0'
def get(self, end_point: str, parameter: dict):
params = {'accessId': self.access_id, 'format': 'json'}