-
Notifications
You must be signed in to change notification settings - Fork 0
HTTP Request and Response
Anthony G. Rivera Cosme edited this page Jul 6, 2022
·
4 revisions
OneLine provides an interface and a model to what should be important as an api response.
OneLine Tool out of the box provides an implementation with base class called ApiResponse for every server response.
OneLine Tool under his nature takes care of these for you.
There is nothing else to do here.
The basic request and response workflow is entirely manage for you.
You just need to add your business rules between the regular/basic workflow of any request and response from an api.