class: GeneralController.
GeneralController
/hello/{id}/action
getHelloAction
default constructor()
Readonly
resource type of this Controller.
translate to camel styled method name from mode + cmd ex: GET /0/hi -> getHelloHi ex: GET /0/say-me -> getHelloSayMe
Optional
translate to camel styled function name like doGetHello()
doGetHello()
ex: GET / -> doList ex: GET /0/hi -> doGetHi ex: POST /0/say-me -> doPostSayMe
decode to target next-handler
next-handler
<mode><type?><cmd?>
name of this resource.
type of api-endpoint.
Generated using TypeDoc
class:
GeneralController
./hello/{id}/action
to method function likegetHelloAction