prod-wag-backend-automate-s.../ApiServices
berkay 3583d178e9 Schemas updated 2025-04-02 18:53:33 +03:00
..
AuthService Schemas updated 2025-04-02 18:53:33 +03:00
TemplateService Schemas updated 2025-04-02 18:53:33 +03:00
README.md api tested and completed 2025-04-02 14:34:14 +03:00

README.md

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