api tested and completed

This commit is contained in:
2025-04-02 14:34:14 +03:00
parent 9e27893e8f
commit 27c48bb86a
30 changed files with 2695 additions and 24 deletions

19
ApiServices/README.md Normal file
View File

@@ -0,0 +1,19 @@
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