File: api.rst

package info (click to toggle)
hcloud-python 2.3.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,396 kB
  • sloc: python: 15,311; makefile: 43; javascript: 3
file content (44 lines) | stat: -rw-r--r-- 629 bytes parent folder | download
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
36
37
38
39
40
41
42
43
44
API References
==================

Main Interface
---------------

.. autoclass:: hcloud.Client
    :members:


API Clients
-------------
.. toctree::
   :maxdepth: 3
   :glob:

   api.clients.*

Exceptions
---------------

.. autoclass:: hcloud.HCloudException
    :members:

.. autoclass:: hcloud.APIException
    :members:

.. autoclass:: hcloud.actions.domain.ActionException
    :members:

.. autoclass:: hcloud.actions.domain.ActionFailedException
    :members:

.. autoclass:: hcloud.actions.domain.ActionTimeoutException
    :members:

Other
-------------

.. toctree::
   :maxdepth: 3

   api.helpers
   api.deprecation