Last modified by Erik Bakker on 2024/08/23 11:32

From version 35.1
edited by Erik Bakker
on 2024/08/23 10:54
Change comment: There is no comment for this version
To version 32.4
edited by Danniar Firdausy
on 2024/08/21 11:03
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.ebakker
1 +XWiki.dfirdausy
Content
... ... @@ -11,9 +11,10 @@
11 11  
12 12  This microlearning centers around configuring a backend operation with the API Gateway solution of eMagiz.
13 13  
14 -* With backend operation we mean: Any action that is available to be executed on an internal system that you want to make publicly available via the API Gateway.
15 -* With API Gateway we mean: A collection of RESTful API operations that can be published to the outside world to give them access to applications that are linked to your business process.
14 +With backend operation we mean: Any action that is available to be executed on an internal system that you want to make publicly available via the API Gateway.
16 16  
16 +With API Gateway we mean: A collection of RESTful API operations that can be published to the outside world to give them access to applications that are linked to your business process.
17 +
17 17  When setting up your API Gateway integration the process of doing things is to start at the backend operation and based on that expose an operation in the API Gateway.
18 18  
19 19  == 3. Configure a backend operation ==
... ... @@ -26,7 +26,7 @@
26 26  
27 27  In here you need to fill in the technical name, just as with any other system. Furthermore, you have two decisions to make:
28 28  
29 -* Does the system talk JSON or XML (i.e., which message format)
30 +* Does the system talk JSON or XML (i.e. which message format)
30 30  * Can you specify the backend operations either via an import of the OpenAPI 3.0 spec or via a manual action
31 31  
32 32  If the answer to the above decisions is JSON and yes the default settings are correct you should continue to either import the OpenAPI 3.0 spec or manually configure at least one backend operation.
... ... @@ -98,9 +98,8 @@
98 98  == 5. Suggested Additional Readings ==
99 99  
100 100  If you are interested in this topic and want more information on it please read the help text provided by eMagiz and read the following links:
101 -
102 102  * [[Crash Course (Menu)>>doc:Main.eMagiz Academy.Microlearnings.Crash Course.WebHome||target="blank"]]
103 -** [[Crash Course API Gateway (Navigation)>>doc:Main.eMagiz Academy.Microlearnings.Crash Course.Crash Course API Gateway.WebHome||target="blank"]]
103 +** [[Crash Course API Gateway (Navigation)>>doc:Main.eMagiz Academy.Microlearnings.Crash Course.Crash Course API Gateway.WebHome||target="blank"]]
104 104  *** [[HTTP Operations (Explanation)>>doc:Main.eMagiz Academy.Microlearnings.Crash Course.Crash Course API Gateway.crashcourse-api-gateway-http-operations||target="blank"]]
105 105  *** [[Parameters (Path, Query) (Explanation)>>doc:Main.eMagiz Academy.Microlearnings.Crash Course.Crash Course API Gateway.crashcourse-api-gateway-parameters||target="blank"]]
106 106  *** [[Error Handling from a client perspective (Explanation)>>doc:Main.eMagiz Academy.Microlearnings.Crash Course.Crash Course API Gateway.crashcourse-api-gateway-error-handling-from-a-client-perspective||target="blank"]]