Update the documentation

This commit is contained in:
Simon Stürz 2018-08-10 17:21:22 +02:00
parent d420cc0eb8
commit 84905bcd12

View File

@ -137,7 +137,6 @@ Once a client connects to the proxy server, he must authenticate him self by pas
"status": "success" "status": "success"
} }
## Authenticate the connection ## Authenticate the connection
The first data a client **must** send to the proxy server is the authentication request. This request contains the token which will be verified agains the nymea-cloud infrastructure. The first data a client **must** send to the proxy server is the authentication request. This request contains the token which will be verified agains the nymea-cloud infrastructure.
@ -192,6 +191,10 @@ Once the other client is here and ready, the server will send a notification to
#### Request #### Request
{
"id": 0,
"method": "RemoteProxy.Introspect"
}
#### Response #### Response
@ -266,6 +269,7 @@ Once the other client is here and ready, the server will send a notification to
"status": "success" "status": "success"
} }
# License # License
This is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, version 3 of the License. This is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, version 3 of the License.