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

From version 18.1
edited by Eva Torken
on 2023/06/09 09:12
Change comment: There is no comment for this version
To version 8.1
edited by eMagiz
on 2023/04/03 14:00
Change comment: There is no comment for this version

Summary

Details

Page properties
Title
... ... @@ -1,1 +1,1 @@
1 -Finish Design phase API Gateway
1 +Finish API Gateway Design
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.etorken
1 +XWiki.eMagiz
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 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.
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 the Crash Course Platform 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  
... ... @@ -15,28 +15,24 @@
15 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 19  * No path or query parameters are required for the back-end api
20 -* The endpoint to retrieve the Carriers: https://postal-ninja.p.rapidapi.com/v1/carriers
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 -* Import both definitions to create the response definitions for the GET operation
23 -* Ensure the proper reponse mapping is created
24 -
22 +
25 25  === 2.2 Complete OMS Order integration ===
26 26  
27 -Please implement the POST operation for Order taking the following into account:
28 -
25 +Please implement the GET operation for Carrier taking the following into account:
26 +
29 29  * No path or query parameters are required for the back-end api
28 +* The endpoint to send Orders: http://localhost:9090
30 30  * This endpoint is an REST/JSON based endpoint
31 -* This is a passthrough e.g. no mapping is necessary
32 -
30 +
33 33  === 2.3 Set up security API GW ===
34 -
32 +
35 35  Please assign API Key as the default authentication method of the API GW
34 +
35 +== 3. Solution ==
36 36  
37 -=== 2.4 Design Architecture and Settings ===
38 38  
39 -Have a look at the Design Architecture and the Design Settings. When they are complete, apply those to your model.
40 -
41 -== 3. Solution ==
42 42  )))((({{toc/}}))){{/container}}{{/container}}