Documentation prepared and improved
This commit is contained in:
1
wiki/classes/BoardArrival.md
Normal file
1
wiki/classes/BoardArrival.md
Normal file
@@ -0,0 +1 @@
|
||||
Docs are not available yet. Please, use the linting in your IDE until the documentation is there.
|
1
wiki/classes/BoardDeparture.md
Normal file
1
wiki/classes/BoardDeparture.md
Normal file
@@ -0,0 +1 @@
|
||||
Docs are not available yet. Please, use the linting in your IDE until the documentation is there.
|
1
wiki/classes/Channel.md
Normal file
1
wiki/classes/Channel.md
Normal file
@@ -0,0 +1 @@
|
||||
Docs are not available yet. Please, use the linting in your IDE until the documentation is there.
|
31
wiki/classes/Client/Client.md
Normal file
31
wiki/classes/Client/Client.md
Normal file
@@ -0,0 +1,31 @@
|
||||
# Client
|
||||
|
||||
You are now viewing the main class of the module, all available higher-level methods can be found here.
|
||||
|
||||
This page is about the Client class, which exposes high-level methods for an easy access to the API.
|
||||
|
||||
```py
|
||||
from pyrmv import Client
|
||||
|
||||
client = Client("SampleAPIKey")
|
||||
|
||||
print(client.stop_by_id("A=1@O=Offenbach (Main)-Zentrum Marktplatz\/Frankf. Straße@X=8764456@Y=50105181@U=80@L=3002510@"))
|
||||
```
|
||||
|
||||
## Details
|
||||
|
||||
### Parameters
|
||||
|
||||
* 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](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]`
|
1
wiki/classes/Client/methods/Client.board_arrival.md
Normal file
1
wiki/classes/Client/methods/Client.board_arrival.md
Normal file
@@ -0,0 +1 @@
|
||||
Docs are not available yet. Please, use the linting in your IDE until the documentation is there.
|
1
wiki/classes/Client/methods/Client.board_departure.md
Normal file
1
wiki/classes/Client/methods/Client.board_departure.md
Normal file
@@ -0,0 +1 @@
|
||||
Docs are not available yet. Please, use the linting in your IDE until the documentation is there.
|
1
wiki/classes/Client/methods/Client.him_search.md
Normal file
1
wiki/classes/Client/methods/Client.him_search.md
Normal file
@@ -0,0 +1 @@
|
||||
Docs are not available yet. Please, use the linting in your IDE until the documentation is there.
|
1
wiki/classes/Client/methods/Client.journey_detail.md
Normal file
1
wiki/classes/Client/methods/Client.journey_detail.md
Normal file
@@ -0,0 +1 @@
|
||||
Docs are not available yet. Please, use the linting in your IDE until the documentation is there.
|
1
wiki/classes/Client/methods/Client.stop_by_coords.md
Normal file
1
wiki/classes/Client/methods/Client.stop_by_coords.md
Normal file
@@ -0,0 +1 @@
|
||||
Docs are not available yet. Please, use the linting in your IDE until the documentation is there.
|
1
wiki/classes/Client/methods/Client.stop_by_id.md
Normal file
1
wiki/classes/Client/methods/Client.stop_by_id.md
Normal file
@@ -0,0 +1 @@
|
||||
Docs are not available yet. Please, use the linting in your IDE until the documentation is there.
|
1
wiki/classes/Client/methods/Client.stop_by_name.md
Normal file
1
wiki/classes/Client/methods/Client.stop_by_name.md
Normal file
@@ -0,0 +1 @@
|
||||
Docs are not available yet. Please, use the linting in your IDE until the documentation is there.
|
1
wiki/classes/Client/methods/Client.trip_find.md
Normal file
1
wiki/classes/Client/methods/Client.trip_find.md
Normal file
@@ -0,0 +1 @@
|
||||
Docs are not available yet. Please, use the linting in your IDE until the documentation is there.
|
1
wiki/classes/Client/methods/Client.trip_recon.md
Normal file
1
wiki/classes/Client/methods/Client.trip_recon.md
Normal file
@@ -0,0 +1 @@
|
||||
Docs are not available yet. Please, use the linting in your IDE until the documentation is there.
|
1
wiki/classes/Gis.md
Normal file
1
wiki/classes/Gis.md
Normal file
@@ -0,0 +1 @@
|
||||
Docs are not available yet. Please, use the linting in your IDE until the documentation is there.
|
1
wiki/classes/Journey.md
Normal file
1
wiki/classes/Journey.md
Normal file
@@ -0,0 +1 @@
|
||||
Docs are not available yet. Please, use the linting in your IDE until the documentation is there.
|
1
wiki/classes/Leg.md
Normal file
1
wiki/classes/Leg.md
Normal file
@@ -0,0 +1 @@
|
||||
Docs are not available yet. Please, use the linting in your IDE until the documentation is there.
|
1
wiki/classes/LineArrival.md
Normal file
1
wiki/classes/LineArrival.md
Normal file
@@ -0,0 +1 @@
|
||||
Docs are not available yet. Please, use the linting in your IDE until the documentation is there.
|
1
wiki/classes/LineDeparture.md
Normal file
1
wiki/classes/LineDeparture.md
Normal file
@@ -0,0 +1 @@
|
||||
Docs are not available yet. Please, use the linting in your IDE until the documentation is there.
|
1
wiki/classes/Message.md
Normal file
1
wiki/classes/Message.md
Normal file
@@ -0,0 +1 @@
|
||||
Docs are not available yet. Please, use the linting in your IDE until the documentation is there.
|
1
wiki/classes/Stop.md
Normal file
1
wiki/classes/Stop.md
Normal file
@@ -0,0 +1 @@
|
||||
Docs are not available yet. Please, use the linting in your IDE until the documentation is there.
|
1
wiki/classes/StopTrip.md
Normal file
1
wiki/classes/StopTrip.md
Normal file
@@ -0,0 +1 @@
|
||||
Docs are not available yet. Please, use the linting in your IDE until the documentation is there.
|
1
wiki/classes/Ticket.md
Normal file
1
wiki/classes/Ticket.md
Normal file
@@ -0,0 +1 @@
|
||||
Class is not available yet. Documentation will appear here after the class is finished.
|
1
wiki/classes/Trip.md
Normal file
1
wiki/classes/Trip.md
Normal file
@@ -0,0 +1 @@
|
||||
Docs are not available yet. Please, use the linting in your IDE until the documentation is there.
|
1
wiki/classes/Url.md
Normal file
1
wiki/classes/Url.md
Normal file
@@ -0,0 +1 @@
|
||||
Docs are not available yet. Please, use the linting in your IDE until the documentation is there.
|
Reference in New Issue
Block a user