File: index.rst

package info (click to toggle)
python-softlayer 6.2.5-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 7,508 kB
  • sloc: python: 57,195; makefile: 133; xml: 97; sh: 59
file content (45 lines) | stat: -rw-r--r-- 1,260 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
45
.. SoftLayer API Python Client documentation

SoftLayer API Python Client |version|
========================================
`API Docs <https://softlayer.github.io/reference/softlayerapi/>`_ ``|``
`GitHub <https://github.com/softlayer/softlayer-python>`_ ``|``
`Issues <https://github.com/softlayer/softlayer-python/issues>`_ ``|``
`Pull Requests <https://github.com/softlayer/softlayer-python/pulls>`_ ``|``
`PyPI <https://pypi.python.org/pypi/softlayer/>`_ ``|``


This is the documentation to SoftLayer's Python API Bindings. These bindings
use SoftLayer's `XML-RPC interface <https://sldn.softlayer.com/article/xml-rpc/>`_
in order to manage SoftLayer services. Also support REST.

.. toctree::
   :maxdepth: 1
   :glob:

   install
   config_file
   api/*
   cli
   cli_directory


Contributing
------------
.. toctree::
   :maxdepth: 1
   :glob:

   dev/index
   dev/cli


External Links
--------------

* `SoftLayer API Documentation <https://softlayer.github.io/reference/softlayerapi/>`_
* `Source on GitHub <https://github.com/softlayer/softlayer-python>`_
* `Issues <https://github.com/softlayer/softlayer-python/issues>`_
* `Pull Requests <https://github.com/softlayer/softlayer-python/pulls>`_
* `PyPI <https://pypi.python.org/pypi/softlayer/>`_