diff options
Diffstat (limited to 'docs/api/components.rst')
-rw-r--r-- | docs/api/components.rst | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/docs/api/components.rst b/docs/api/components.rst new file mode 100644 index 000000000..116cfa90b --- /dev/null +++ b/docs/api/components.rst @@ -0,0 +1,20 @@ +.. _components: + +Components +========== + +The API consists of different parts, all combined and accessible over one interface. A summary and documetation +of the available components listed by topic can be found below. + +.. autosummary:: + :toctree: module + + module.api.CoreApi.CoreApi + module.api.ConfigApi.ConfigApi + module.api.DownloadPreparingApi.DownloadPreparingApi + module.api.DownloadApi.DownloadApi + module.api.FileApi.FileApi + module.api.CollectorApi.CollectorApi + module.api.AccountApi.AccountApi + module.api.UserInteractionApi.UserInteractionApi + module.api.AddonApi.AddonApi
\ No newline at end of file |