Changes for page eMagiz API Gateway

Last modified by Eva Torken on 2024/02/26 12:30

From version 31.1
edited by Eva Torken
on 2024/02/26 10:09
Change comment: There is no comment for this version
To version 32.1
edited by Eva Torken
on 2024/02/26 10:57
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -21,7 +21,7 @@
21 21  === 3.2 Operations ===
22 22  An operation is defined as an entry point in the API Gateway that allows a specific type of interaction with the data exposed. For instance, a user wants to get the data for a particular order or create an order via this entry point. In this example, there will be a GET Order and a POST Order operation. The traditional HTTP operations, such as GET, POST, and PUT, are possible * see the below figure for the complete list.
23 23  
24 -[[image:Main.Images.Fundamental.WebHome@fundamental-api-gateway-introduction-2.png]]
24 +[[image:Main.Images.Fundamental.WebHome@fundamental-api-gateway-introduction-2-gen3.png]]
25 25  
26 26  === 3.3 API Providers & Transformation ===
27 27  There is a specific system connected to the operation for every operation, which gets the data or processes the data. That system, application, or service is geared towards that specific piece of data and may have its connectivity requirements, security requirement, or data structure. eMagiz will create a particular Exit Gate Flow type so that all these requirements can be appropriately handled. In the figure below the Control Tower, Exact, AFAS, and Address validator are the API providers.