You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: chapter_7/README.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -165,9 +165,11 @@ shared cloud bill, no angry conductor breathing down your neck.
165
165
166
166
## Task 4: Integration between the two APIs
167
167
168
-
Where task 3 still only allowed you tu run two tests which were independent of each other, and did not interact
168
+
Where task 3 still only allowed you to run two tests which were independent of each other, and did not interact
169
169
in-between the two APIs, we will now write a larger scale test. As you may have noticed earlier, there is an endpoint in
170
-
the Tickets API for counting the number of passengers on a train. Addtionally, in the Train Logistics™ API, there
170
+
the Tickets API
171
+
for [counting the number of passengers on a train](https://github.com/equinor/tickets-api/blob/64e229f9d8ecaa2f5a619b46cee6ed1c372620ca/src/tickets_api/app.py#L91-L96).
172
+
Additionally, in the Train Logistics™ API, there
171
173
is
172
174
an [endpoint for buying new stock](https://github.com/equinor/train-logistics/blob/dc61d8818b42909146392350e71d07487fb4f407/src/train_logistics/app.py#L74-L116)
173
175
for a train. Have a look and notice that the logistics application asks the Tickets API for the number of passengers on
0 commit comments