Added server principals

2025-04-29 19:13:47 +02:00
parent d91d9e2b7d
commit 6a5ece136e
3 changed files with 7 additions and 1 deletions

@@ -0,0 +1,5 @@
# ModuleClientApi - Important Principals
When creating the server side of a module there are some really important things to take account of!
- Never use log directly to Getiyo.log! Always use console.log/console.error/console.warn

@@ -12,9 +12,10 @@
- [Development environment/Building](./ModuleEnvironment)
- [GetiyoModuleTool](./GetiyoModuleTool)
- [ModuleClientAPI](./ModuleClientAPI)
- [Important Principals](./ModuleClientAPIPrincipals)
- [User](./ModuleClientAPIUser)
- [Important Principals](./ImportantPrincipals)
- [ModuleServerAPI](./ModuleServerAPI)
- [Important Principals](./ModuleServerAPIPrincipals)
- [Client](./ModuleServerAPIClient)
- [Property](./ModuleServerAPIProperty)
- [ModuleData](./ModuleServerAPIModuleData)