From e524a2fb3078f9651d1b6115c8ec39df703a8040 Mon Sep 17 00:00:00 2001 From: Max Buchholz Date: Thu, 15 Dec 2022 10:03:30 +0100 Subject: [PATCH] Add support for MOTIS Endpoints --- readme.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/readme.md b/readme.md index 9e25cf1..3bcb85b 100644 --- a/readme.md +++ b/readme.md @@ -34,6 +34,7 @@ Known protocols: * `otpGraphQl` * `otpRest` * `trias` +* `motis` ### Supported Languages @@ -282,6 +283,12 @@ The following properties are defined: * `providedServices`: array of supported services as listed [in the EKAP documentation](https://www.vdv.de/431-2sdes-v-1-3.pdfx#page=51) * `requestLimitPolicy`: request-policy in the [markup of the `RateLimit` HTTP header](https://www.ietf.org/archive/id/draft-ietf-httpapi-ratelimit-headers-04.html#name-expressing-rate-limit-polic) +#### MOTIS + +The following properties are defined: +* `endpoint`: Base URL for the API +* `motisVersion`: version of the [motis-server](https://github.com/motis-project/motis/releases) + ## Contributing Note that, by participating in this project, you commit to the [code of conduct](code-of-conduct.md). If you want to contribute to this list, feel free to open an Issue at the [Issues page](https://github.com/public-transport/european-transport-operators/issues).