From a934ee679ece38c62012af066473aa82513a1134 Mon Sep 17 00:00:00 2001 From: Stefan Kalscheuer Date: Wed, 4 Dec 2019 14:33:36 +0100 Subject: [PATCH] ReadMe++ --- README.md | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 73b6c63..4fdb981 100644 --- a/README.md +++ b/README.md @@ -50,20 +50,23 @@ List trips = ura.forStopByName("Piccadilly Circus") .getTrips(); ``` -## Maven Artifact +### Get Messages + +```java +// Get next 10 trips for given stops and lines in a single direction (all filters optional) +List msgs = ura.forStop("100000") + .getMessages(); ``` + +## Maven Artifact +```xml de.stklcode.pubtrans juraclient - 1.1.4 + 1.3.0 ``` -## Planned Features - -* More refined query parameters -* Stream API with asynchronous consumer - ## License The project is licensed under [Apache License 2.0](http://www.apache.org/licenses/LICENSE-2.0).