Changes for page Finish Design phase API Gateway
Last modified by Eva Torken on 2024/03/01 15:01
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Title
-
... ... @@ -1,1 +1,1 @@ 1 - crashcourse-apigw-exercises-define-integration1 +Finish API Gateway Design - Content
-
... ... @@ -1,5 +1,5 @@ 1 1 {{container}}{{container layoutStyle="columns"}}((( 2 -With this exercise, we start our journey into the eMagiz platform. This exercise will explain the business case used throughout all exercises linked to th eCrash CoursePlatform Course. In the following exercises, we will guide you step by step through the platform so you can learn how to use it.2 +With this exercise, we start our journey into the eMagiz platform. This exercise will explain the business case used throughout all exercises linked to this Crash Course. In the following exercises, we will guide you step by step through the platform so you can learn how to use it. 3 3 4 4 Should you have any questions, please contact [[academy@emagiz.com>>mailto:academy@emagiz.com]]. 5 5 ... ... @@ -10,16 +10,28 @@ 10 10 11 11 == 2. Exercise == 12 12 13 -Below the variousexercises tolearnmore13 +Below the exercises for this part of the crash course. 14 14 15 -=== 2.1 Data modellingOMS Carrier ===15 +=== 2.1 Complete OMS Carrier integration === 16 16 17 17 Please implement the GET operation for Carrier taking the following into account: 18 18 19 -* No path or query parameters are required 19 +* No path or query parameters are required for the back-end api 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: 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 +Please assign API Key as the default authentication method of the API GW 34 + 23 23 == 3. Solution == 24 24 25 25