Changes for page API

Last modified by David Persson on 2022/08/11 10:43
From version 7.1
edited by Mikael Widström
on 2020/01/09 11:15
To version 8.1
edited by Mikael Widström
on 2020/01/09 11:18
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -21,11 +21,12 @@
21 21  * [[Onboarding>>doc:.credit-account-onboardings.WebHome]] - Functions to list possible account types, onboard/create new accounts including the signing process
22 22  * [[Account >>doc:.credit-account.WebHome]]- Functions to view details and interact with a specific account
23 23  
24 +----
24 24  
25 25  === REST-full pattern guidance ===
26 26  
27 27  (% class="lead" %)
28 -The resources follows REST-full patterns including hyper-media links, we use hyper-media and backend-for-frontend principles to impose business rules and reduce duplication of business logic in front-and back-end. Errors uses HTTP friendly status codes as well as detailed "problem+json" responses.
29 +The resources follows REST-full patterns including hyper-media links, we use hyper-media and backend-for-frontend principles to impose business rules and reduce duplication of business logic. Errors uses HTTP friendly status codes as well as detailed "problem+json" responses.
29 29  
30 30  
31 31  ==== Basic resources ====
... ... @@ -89,7 +89,7 @@
89 89  **Tip:** As an implementing consumer of the api **operations** should be taken into consideration rather than trying to determine possible operation based on other basic resource properties. By following this tip we: minimize duplication of business logic, simplify maintenance when business rules change, have a clear separation of concerns.
90 90  )))
91 91  
92 -== ==
93 +----
93 93  
94 94  === Problems ===
95 95