Document processHTML
[tolino-api-docs.git] / README.rst
1 ******************************
2 Tolino cloud API documentation
3 ******************************
4
5 Servers the Tolino Vision 3/4 HD talk to (Firmware 14.x).
6
7 Work in progress.
8
9 .. contents::
10    :depth: 2
11
12
13 General information
14 *******************
15 .. include:: api/headers.rst
16 .. include:: api/domains.rst
17 .. include:: api/doc-official.rst
18 .. include:: api/identifiers.rst
19
20
21 Use cases
22 *********
23 .. include:: api/usecase-setup.rst
24 .. include:: api/usecase-login.rst
25 .. include:: api/usecase-sync.rst
26 .. include:: api/usecase-upload.rst
27
28
29 API calls
30 *********
31 .. include:: api/pageplace.bosh-bosh-rest-cloud-downloadinfo.rst
32 .. include:: api/pageplace.bosh-bosh-rest-content-xxx-yyy.rst
33 .. include:: api/pageplace.bosh-bosh-rest-content-delete.rst
34 .. include:: api/pageplace.bosh-bosh-rest-cover.rst
35 .. include:: api/pageplace.bosh-bosh-rest-cover-xxx-yyy.rst
36 .. include:: api/pageplace.bosh-bosh-rest-dictionary-list.rst
37 .. include:: api/pageplace.bosh-bosh-rest-handshake-resellers.rst
38 .. include:: api/pageplace.bosh-bosh-rest-inventory-count.rst
39 .. include:: api/pageplace.bosh-bosh-rest-ping.rst
40 .. include:: api/pageplace.bosh-bosh-rest-recommendation-xyz.rst
41 .. include:: api/pageplace.bosh-bosh-rest-reseller-countries.rst
42 .. include:: api/pageplace.bosh-bosh-rest-reseller-selection.rst
43 .. include:: api/pageplace.bosh-bosh-rest-reseller-selection-report-post.rst
44 .. include:: api/pageplace.bosh-bosh-rest-sync-data.rst
45 .. include:: api/pageplace.bosh-bosh-rest-time.rst
46 .. include:: api/pageplace.bosh-bosh-rest-upload.rst
47 .. include:: api/pageplace.bosh-bosh-rest-userid-xxx.rst
48 .. include:: api/pageplace.bosh-bosh-rest-v2-registerhw.rst
49 .. include:: api/pageplace.bosh-bosh-rest-v2-resellerconfig.rst
50 .. include:: api/pageplace.bosh-bosh-rest-v2-versioncheck.rst
51 .. include:: api/pageplace.family-v1-family.rst
52 .. include:: api/pageplace.family-v1-family-post.rst
53 .. include:: api/pageplace.family-v1-family-members-xxx.rst
54 .. include:: api/pageplace.family-v1-myself.rst
55 .. include:: api/pageplace.family-v1-myself-put.rst
56 .. include:: api/pageplace.family-v1-shares.rst
57 .. include:: api/pageplace.family-v1-shares-delete.rst
58 .. include:: api/pageplace.family-v1-shares-post.rst
59 .. include:: api/pageplace.inventory-v2-inventory.rst
60 .. include:: api/thalia-auth-oauth2-authorize.rst
61 .. include:: api/thalia-auth-oauth2-token-post.rst
62
63
64 Other requests
65 **************
66 .. include:: api/google.clients3-generate_204.rst
67 .. include:: api/mytolino-tolino-status.rst
68 .. include:: api/internal-urls.rst
69 .. include:: api/javascript.rst
70
71
72 About
73 *****
74 This documentation has been written by Christian Weiske,
75 cweiske+tolino@cweiske.de.
76
77 Last update: ##UPDATE##
78
79
80 =======
81 License
82 =======
83 It is licensed under the GNU Free Documentation License.
84
85
86 ===========
87 Source code
88 ===========
89 The documentation sources are available at
90 http://git.cweiske.de/tolino-api-docs.git/
91 and mirrored at
92 https://github.com/cweiske/tolino-api-docs
93
94
95 =========
96 Home page
97 =========
98 A rendered version of this documentation is available at
99 http://cweiske.de/tolino-api-docs.htm
100
101
102 ========
103 Building
104 ========
105 You need to install ``rst2html5`` before (the version with bootstrap CSS)::
106
107     $ pip3 install rst2html5-tools
108
109 Rendering the docs is done via the Makefile::
110
111     $ make