diff --git a/built_ins.md b/built_ins.md new file mode 100644 index 0000000..545ee75 --- /dev/null +++ b/built_ins.md @@ -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" : "", + "password" : "" +} +```` + +in context of... *TODO*: + +```` +``` \ No newline at end of file