2826 shaares
32 private links
32 private links
This package is a framework to handle REST requests with command classes.
It can process and route HTTP requests to command classes based on the REST request URL.
The command class objects are instantiated by the observer class which may call the command objects to execute the request REST API action.
If necessary an API request token is checked to authorize the action API call access.
The command classes are responsible for returning the request response data.