[Documentation] Markdown improvements for bindings a to e (#13859)
Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
This commit is contained in:
committed by
GitHub
parent
72efc1cfed
commit
caf71f72e6
@@ -6,11 +6,11 @@ It runs GraphQL-API query against the service.
|
||||
|
||||
Entur provides an [IDE for the API](https://api.entur.org/doc/shamash-journeyplanner/) (use query from GraphQL request example below as a start point) Ctrl+Space gives hints of valid values
|
||||
|
||||
There are several possibilities to get and process data from endpoints that entur.no provides. One of possible examples is to get all departures for all lines from specified stop place (all directions) or even specified quay (specified direction). Those are not supported yet so feel free to extend functionality of this binding.
|
||||
There are several possibilities to get and process data from endpoints that entur.no provides. One of possible examples is to get all departures for all lines from specified stop place (all directions) or even specified quay (specified direction). Those are not supported yet so feel free to extend functionality of this binding.
|
||||
|
||||
## GraphQL request example
|
||||
|
||||
```
|
||||
```json
|
||||
{
|
||||
stopPlace(id: "NSR:StopPlace:30848") {
|
||||
id
|
||||
|
||||
Reference in New Issue
Block a user