Changes for page HTTP Resources
Last modified by Erik Bakker on 2024/08/23 10:51
From version 4.1
edited by Erik Bakker
on 2022/08/11 10:55
on 2022/08/11 10:55
Change comment:
There is no comment for this version
To version 2.2
edited by Erik Bakker
on 2022/06/13 09:38
on 2022/06/13 09:38
Change comment:
Update document after refactoring.
Summary
-
Page properties (3 modified, 0 added, 0 removed)
Details
- Page properties
-
- Title
-
... ... @@ -1,1 +1,1 @@ 1 - HTTP Resource(Paths)1 +crashcourse-api-gateway-resource-paths - Default language
-
... ... @@ -1,1 +1,0 @@ 1 -en - Content
-
... ... @@ -1,9 +1,14 @@ 1 1 {{container}}{{container layoutStyle="columns"}}((( 2 += HTTP Resource (Paths) = 3 + 2 2 In this microlearning, we will focus on learning about HTTP Resource (Paths). 3 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 4 5 5 Should you have any questions, please contact [[academy@emagiz.com>>mailto:academy@emagiz.com]]. 6 6 9 +* Last update: April 14th, 2021 10 +* Required reading time: 4 minutes 11 + 7 7 == 1. Prerequisites == 8 8 9 9 * Basic knowledge of the eMagiz platform ... ... @@ -30,6 +30,8 @@ 30 30 A list of best practices can be found here: 31 31 https://restfulapi.net/resource-naming/ 32 32 38 + 39 + 33 33 == 3. HTTP Resource (Paths) == 34 34 35 35 This microlearning focuses on the theoretical part of HTTP Resources regardless of a specific implementation in eMagiz. In the microlearnings that will come, we will use this theoretical knowledge when we configure our API Gateway further. ... ... @@ -53,6 +53,8 @@ 53 53 In the following microlearning on HTTP Operations, we will bring the HTTP Resource (Paths) together with the HTTP Operations. 54 54 That combination is the basis for any integration that runs via the API Gateway. 55 55 63 + 64 + 56 56 == 4. Assignment == 57 57 58 58 Read up on the best practices when it comes to the naming of HTTP Resource Paths and see if you can relate this to the eMagiz implementation. ... ... @@ -64,6 +64,8 @@ 64 64 * Determine usability of what is provided to you 65 65 * Take action based on that analysis 66 66 76 + 77 + 67 67 == 6. Suggested Additional Readings == 68 68 69 69 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: