From 4a2980f6d5e1484b1d4c04102c8401b16e786248 Mon Sep 17 00:00:00 2001 From: Lukas Metzger Date: Tue, 17 Apr 2018 21:17:38 +0200 Subject: [PATCH] Created API Remote (markdown) --- API-Remote.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 API-Remote.md diff --git a/API-Remote.md b/API-Remote.md new file mode 100644 index 0000000..33d3a83 --- /dev/null +++ b/API-Remote.md @@ -0,0 +1,17 @@ +# Remote + +## Get client ip +`GET /remote/ip` + +This call returns the ip of the client. This can e.g. be used for dynamic DNS Clients. + +### Response +| code | result | +| --- | --- | +| 200 | Everything okay | + +```json +{ + "ip": "1.2.3.4" +} +``` \ No newline at end of file