Added built-ins listing

This commit is contained in:
Tristan B. Kildaire 2020-04-20 20:30:55 +02:00
parent 55c815ea64
commit 885982a1a6
1 changed files with 20 additions and 0 deletions

20
built_ins.md Normal file
View File

@ -0,0 +1,20 @@
Built-ins
=========
## `login`
If the `type` field of the `command` JSON object (inside the `data` field
of the `payload` JSON object) is set to `"login"` then the `command` field
within the `command` JSOB object must look like such:
````
"command" : {
"username" : "<username>",
"password" : "<password>"
}
````
in context of... *TODO*:
````
```