Changes for page HTTP Resources

Last modified by Erik Bakker on 2024/08/23 10:51

From version 16.1
edited by Danniar Firdausy
on 2024/08/21 10:21
Change comment: There is no comment for this version
To version 20.1
edited by Danniar Firdausy
on 2024/08/21 10:24
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -1,7 +1,4 @@
1 1  {{container}}{{container layoutStyle="columns"}}(((
2 -In this microlearning, we will focus on learning about HTTP Resource (Paths).
3 -A crucial part of setting up your (API) Gateway with the help of RESTful services is knowing to which resources (i.e. Order, Client, Employee) you want to give external parties access via your (API) Gateway.
4 -
5 5  In this microlearning, we will dive into the essentials of HTTP Resource Paths. A crucial part of setting up your API Gateway with the help of RESTful services is knowing to which resources (e.g., Order, Client, Employee) you want to give external parties access to your business processes via your API Gateway. Let us explore the best practices and foundational concepts to effectively set up your API Gateway.
6 6  
7 7  If you have any questions along the way, feel free to reach out to us at [[academy@emagiz.com>>mailto:academy@emagiz.com]].
... ... @@ -13,7 +13,7 @@
13 13  == 2. Key concepts ==
14 14  
15 15  This microlearning centers around HTTP Resource (Paths) in conjunction with the API Gateway solution of eMagiz.
16 -With HTTP Resource Paths we mean: Identify the resource (i.e. Client, Order, Employee) and define the descriptive path (i.e. /v1/order, /v1/order/{uuid}) 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 language=text}}/v1/order{{/code}}, {{code}}/v1/order/{uuid}{{/code}}) an external party can call to execute the operation.
17 17  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.
18 18  
19 19  When determining the correct resource path to expose to the outside world start at what you want to make publicly available.