-
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.
- Loading branch information
Alexander Broadbent
committed
Dec 7, 2023
1 parent
8076a38
commit c83c65b
Showing
16 changed files
with
159 additions
and
224 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,9 @@ | ||
summary: The response to a GET /v1/city call with result | ||
value: | ||
data: | ||
- id: london | ||
name: London | ||
country: United Kingdom | ||
- id: milan | ||
name: Milan | ||
country: Italia | ||
- id: paris | ||
name: Paris | ||
country: France | ||
- id: london | ||
name: London | ||
country: United Kingdom | ||
- id: milan | ||
name: Milan | ||
country: Italia | ||
- id: paris | ||
name: Paris | ||
country: France |
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 |
---|---|---|
@@ -1,6 +1,3 @@ | ||
summary: The response to a GET /v1/city call with result of Thurles in the Republic of Ireland | ||
value: | ||
data: | ||
id: thurles | ||
name: Thurles | ||
country: Éire | ||
id: thurles | ||
name: Thurles | ||
country: Éire |
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,3 @@ | ||
from: paris | ||
to: london | ||
miles: 292 |
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 |
---|---|---|
@@ -1,6 +1,3 @@ | ||
summary: Example response to /v1/route endpoint with route from Paris to Milan | ||
value: | ||
data: | ||
from: paris | ||
to: milan | ||
miles: 529 | ||
from: paris | ||
to: milan | ||
miles: 529 |
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.