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/>`_
|