Changes for page HTTP Resources
Last modified by Erik Bakker on 2024/08/23 10:51
From version 23.1
edited by Danniar Firdausy
on 2024/08/21 10:31
on 2024/08/21 10:31
Change comment:
There is no comment for this version
To version 26.1
edited by Erik Bakker
on 2024/08/23 10:50
on 2024/08/23 10:50
Change comment:
There is no comment for this version
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. dfirdausy1 +XWiki.ebakker - Content
-
... ... @@ -11,9 +11,9 @@ 11 11 12 12 This microlearning centers around HTTP Resource (Paths) in conjunction with the API Gateway solution of eMagiz. 13 13 14 -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 language=text}}/v1/order/{uuid}{{/code}}) an external party can call to execute the operation. 14 +* 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 language=text}}/v1/order/{uuid}{{/code}}) an external party can call to execute the operation. 15 15 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. 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 18 18 == 3. HTTP Resource (Paths) == 19 19 ... ... @@ -22,12 +22,12 @@ 22 22 When determining the correct resource path to expose to the outside world, start at what you want to make publicly available. 23 23 For example, when you want to make it possible for external parties to retrieve a collection of orders without any filter a valid resource path can be: 24 24 25 -* /orders 25 +* {{code language=text}}/orders{{/code}} 26 26 27 27 If you have multiple resources that you want to make available that all have something to do with the order process you could add each of them to a 'group' to add an extra layer of information: 28 28 29 -* /order-management/orders 30 -* /order-management/trips 29 +* {{code language=text}}/order-management/orders{{/code}} 30 +* {{code language=text}}/order-management/trips{{/code}} 31 31 32 32 To determine the correct notation also take into account how the backend system that you want to expose via the API Gateway has determined their HTTP Resource (Paths). 33 33 If this adheres to the best practice simply use that. More on that specific relation in later microlearnings. ... ... @@ -48,10 +48,10 @@ 48 48 49 49 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: 50 50 51 -* [[REST API naming concepts (External)>>https://restfulapi.net/resource-naming/||target="blank"]] 52 52 * [[Crash Course (Menu)>>doc:Main.eMagiz Academy.Microlearnings.Crash Course.WebHome||target="blank"]] 53 53 ** [[Crash Course API Gateway (Navigation)>>doc:Main.eMagiz Academy.Microlearnings.Crash Course.Crash Course API Gateway.WebHome||target="blank"]] 54 54 *** [[Swagger UI (Explanation)>>doc:Main.eMagiz Academy.Microlearnings.Crash Course.Crash Course API Gateway.crashcourse-api-gateway-swagger-ui||target="blank"]] 55 55 *** [[HTTP Operations (Explanation)>>doc:Main.eMagiz Academy.Microlearnings.Crash Course.Crash Course API Gateway.crashcourse-api-gateway-http-operations||target="blank"]] 55 +* [[REST API naming concepts (External)>>https://restfulapi.net/resource-naming/||target="blank"]] 56 56 * [[HTTP Resources (Search Results)>>url:https://docs.emagiz.com/bin/view/Main/Search?sort=score&sortOrder=desc&highlight=true&facet=true&r=1&f_space_facet=0%2FMain.&l_space_facet=10&f_type=DOCUMENT&f_locale=en&f_locale=&f_locale=en&text=%22HTTP+Resources%22||target="blank"]] 57 57 )))((({{toc/}}))){{/container}}{{/container}}