From beb2ea82c8c406fd6572eededaa88cd2b05f55dc Mon Sep 17 00:00:00 2001 From: Kostiantyn Kuleshov Date: Fri, 7 Oct 2022 16:18:21 +0300 Subject: [PATCH] Update 'Client' --- Client.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/Client.md b/Client.md index 5a29f79..32d311d 100644 --- a/Client.md +++ b/Client.md @@ -19,12 +19,12 @@ print(client.stop_by_id("A=1@O=Offenbach (Main)-Zentrum Marktplatz\/Frankf. Stra * access_key (`str`) – Access ID for identifying the requesting client. Get your key on [RMV website](https://opendata.rmv.de/site/start.html). ### Methods: -* board_arrival -> `BoardArrival` -* board_departure -> `BoardDeparture` -* him_search -> `List[Message]` -* journey_detail -> `Journey` -* stop_by_coords -> `List[Stop]` -* stop_by_id -> `Union[Stop, None]` -* stop_by_name -> `List[Stop]` -* trip_find -> `List[Trip]` -* trip_recon -> `List[Trip]` \ No newline at end of file +* [board_arrival](https://git.end-play.xyz/profitroll/PythonRMV/wiki/board_arrival) -> `BoardArrival` +* [board_departure](https://git.end-play.xyz/profitroll/PythonRMV/wiki/board_departure) -> `BoardDeparture` +* [him_search](https://git.end-play.xyz/profitroll/PythonRMV/wiki/him_search) -> `List[Message]` +* [journey_detail](https://git.end-play.xyz/profitroll/PythonRMV/wiki/journey_detail) -> `Journey` +* [stop_by_coords](https://git.end-play.xyz/profitroll/PythonRMV/wiki/stop_by_coords) -> `List[Stop]` +* [stop_by_id](https://git.end-play.xyz/profitroll/PythonRMV/wiki/stop_by_id) -> `Union[Stop, None]` +* [stop_by_name](https://git.end-play.xyz/profitroll/PythonRMV/wiki/stop_by_name) -> `List[Stop]` +* [trip_find](https://git.end-play.xyz/profitroll/PythonRMV/wiki/trip_find) -> `List[Trip]` +* [trip_recon](https://git.end-play.xyz/profitroll/PythonRMV/wiki/trip_recon) -> `List[Trip]` \ No newline at end of file