22 lines
560 B
Markdown
22 lines
560 B
Markdown
Account Create
|
|
|
|
Endpoint('/account/create') -> ClassVar[AccountCreate]
|
|
AccountCreate.related_callable -> Serves Result
|
|
|
|
* From Endpoint route to related_callable
|
|
|
|
AccountCreate:
|
|
EndpointURL('http://accountservice/account/create')
|
|
|
|
def related_callable():
|
|
callable1 -> UUID[] -> Result
|
|
callable2 -> UUID[]
|
|
callable3 -> UUID[]
|
|
callable4 -> UUID[]
|
|
callable5 -> UUID[]
|
|
|
|
|
|
ApplicationService -> Serves only app pages that are reachable for Client Side
|
|
|
|
IdentityService -> Super User Attach related events to user
|