-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix error when stop detail returned code 81 but the stop can be acces…
…ible with an alternative endpoint
- Loading branch information
Showing
8 changed files
with
250 additions
and
72 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
{ | ||
"code": "00", | ||
"description": "Data recovered OK (lapsed: 82 millsecs)", | ||
"data": [ | ||
{ | ||
"stopId": 4490, | ||
"geometry": { | ||
"type": "Point", | ||
"coordinates": [-3.67357040366554, 40.4977004070578] | ||
}, | ||
"stopName": "Camino de Santiago-Valcarlos", | ||
"address": "Valcarlos con Av. Camino de Santiago ", | ||
"metersToPoint": 0, | ||
"lines": [ | ||
{ | ||
"line": "172", | ||
"label": "172", | ||
"nameA": "TELEFONICA", | ||
"nameB": "LAS TABLAS", | ||
"metersFromHeader": 8082, | ||
"to": "B" | ||
}, | ||
{ | ||
"line": "372", | ||
"label": "172SF", | ||
"nameA": "TELEFONICA", | ||
"nameB": "LAS TABLAS", | ||
"metersFromHeader": 8082, | ||
"to": "B" | ||
} | ||
] | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"code": "81", | ||
"description": "No records found or error, (lapsed: 444 millsecs)", | ||
"datetime": "2023-07-18T16:49:03.435480", | ||
"data": [{}] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.