Last modified by Eva Torken on 2024/03/01 15:01

From version 5.1
edited by eMagiz
on 2023/03/31 15:35
Change comment: There is no comment for this version
To version 4.1
edited by eMagiz
on 2023/03/31 11:50
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -12,7 +12,7 @@
12 12  
13 13  Below the various exercises to learn more
14 14  
15 -=== 2.1 Complete OMS Carrier integration ===
15 +=== 2.1 Data modelling OMS Carrier ===
16 16  
17 17  Please implement the GET operation for Carrier taking the following into account:
18 18  
... ... @@ -20,16 +20,8 @@
20 20  * The endpoint to retrieve the Carriers: https://order-tracking.p.rapidapi.com/carriers
21 21  * This endpoint is an REST/JSON based endpoint
22 22  
23 -=== 2.2 Complete OMS Order integration ===
24 -
25 -Please implement the GET operation for Carrier taking the following into account:
23 +=== 2.2 Set up security API GW ===
26 26  
27 -* No path or query parameters are required for the back-end api
28 -* The endpoint to send Orders: http://localhost:9090
29 -* This endpoint is an REST/JSON based endpoint
30 -
31 -=== 2.3 Set up security API GW ===
32 -
33 33  Please assign API Key as the default authentication method of the API GW
34 34  
35 35  == 3. Solution ==