Changes for page Finish Create phase API Gateway
Last modified by Eva Torken on 2024/03/01 15:04
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -12,19 +12,18 @@ 12 12 13 13 Below the various exercises to learn more 14 14 15 -=== 2.1 Complete create phaseforOMS Carrier ===15 +=== 2.1 Data modelling OMS Carrier === 16 16 17 -Please en sure the following isachieved inhis exercise17 +Please implement the GET operation for Carrier taking the following into account: 18 18 19 -* Integrations are added to Create 20 -* Final versions are pushed to Deploy 21 -* Exit gate holds HTTP Outbound gateway that connects to the endpoint of OMS Carriers 22 -* Necessary headers that need to be send to the end-point 23 - ** x-rapidapi-host (order-tracking.p.rapidapi.com) 24 - ** x-rapidapi-key (a70b15d09fmsh7213ecdbb3bfa76p16e0e9jsn05783bbb2e32) 25 - ** User-Agent (Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.99 Safari/537.36) 19 +* No path or query parameters are required 20 +* The endpoint to retrieve the Carriers: https://order-tracking.p.rapidapi.com/carriers 21 +* This endpoint is an REST/JSON based endpoint 26 26 23 +=== 2.2 Set up security API GW === 27 27 25 +Please assign API Key as the default authentication method of the API GW 26 + 28 28 == 3. Solution == 29 29 30 30