Changes for page HTTP Resources
Last modified by Erik Bakker on 2024/08/23 10:51
From version 19.1
edited by Danniar Firdausy
on 2024/08/21 10:23
on 2024/08/21 10:23
Change comment:
There is no comment for this version
To version 18.1
edited by Danniar Firdausy
on 2024/08/21 10:22
on 2024/08/21 10:22
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -10,7 +10,7 @@ 10 10 == 2. Key concepts == 11 11 12 12 This microlearning centers around HTTP Resource (Paths) in conjunction with the API Gateway solution of eMagiz. 13 -With HTTP Resource Paths we mean: Identify the resource (e.g., Client, Order, Employee) and define the descriptive path (i.e., {{code}}/v1/order{{/code}}, {{code}}/v1/order/{uuid}{{/code}}) an external party can call to execute the operation.13 +With HTTP Resource Paths we mean: Identify the resource (e.g., Client, Order, Employee) and define the descriptive path (i.e., {{code}}/v1/order{{/code}}, /v1/order/{uuid}) an external party can call to execute the operation. 14 14 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. 15 15 16 16 When determining the correct resource path to expose to the outside world start at what you want to make publicly available.