aboutsummaryrefslogtreecommitdiff
path: root/API.rst
blob: d9b2698212cae51aa0b4a2e747d533a55f9795e7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
API documentation for Session Service
=====================================

General information
-------------------

Bus name: ``de.rwa.rwa``

Object name: ``/RWA``

Methods
-------

start
^^^^^
Start a new remote session and register it in RWA

**Arguments:** none

**Return type:** string (JSON)

**Structure of returned JSON:**

::

    {"id": <pid>, "url": "<url>", "pin": <pin>}


stop
^^^^
Stop a remote session

**Arguments:** pid/id (integer)

**Return type:** none