From 4f432a433216a8ce6b6b0b6af9e1997a3b81a22e Mon Sep 17 00:00:00 2001 From: Juha Lundan Date: Fri, 26 Apr 2024 21:19:15 +0300 Subject: [PATCH] docs: update compatibility in README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index fd7ba1c..a104a1f 100644 --- a/README.md +++ b/README.md @@ -42,14 +42,14 @@ You should expect endpoint compatibility with the proprietary Journeys API accor | Endpoint | Status | Notes | |-------------------------------------|--------------------|-------------------------| | /lines | Fully compatible | - | -| /routes | Unverified | Not verified yet | -| /journey-patterns | Unverified | Not verified yet | +| /routes | Fully compatible | - | +| /journey-patterns | Fully compatible | - | | /journeys | Fully compatible | - | | /stop-points | Fully compatible | - | | /municipalities | Fully compatible | - | | /lines/:lineId | Fully compatible | - | -| /routes/:routeId | Unverified | Not verified yet | -| /journey-patterns/:journeyPatternId | Unverified | Not verified yet | +| /routes/:routeId | Fully compatible | - | +| /journey-patterns/:journeyPatternId | Fully compatible | - | | /journeys/:journeyId | Fully compatible | - | | /stop-points/:stopPointId | Fully compatible | - | | /municipalities/:municipalityId | Fully compatible | - |