File: index.rst

package info (click to toggle)
freedombox 26.3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 83,092 kB
  • sloc: python: 48,542; javascript: 1,730; xml: 481; makefile: 290; sh: 137; php: 32
file content (22 lines) | stat: -rw-r--r-- 550 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
.. SPDX-License-Identifier: CC-BY-SA-4.0

=========
Reference
=========

This section describes the FreedomBox API that is most frequently used by apps.
Note that since FreedomBox is under development and has not yet declared a
stable API, this API is subject to change. This is not usually a problem because
all the FreedomBox apps currently reside in FreedomBox source repository itself
and are updated when the API is updated.

.. toctree::
   :maxdepth: 2

   app
   components/index
   actions
   action_utils
   views
   forms
   notifications