You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.rst
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,11 +14,12 @@ SoftLayer API Python Client
14
14
15
15
16
16
This library provides a simple Python client to interact with `SoftLayer's
17
-
XML-RPC API <http://developer.softlayer.com/reference/softlayerapi>`_.
17
+
XML-RPC API <http://developer.softlayer.com/reference/softlayerapi>`_.
18
18
19
19
A command-line interface is also included and can be used to manage various
20
20
SoftLayer products and services.
21
21
22
+
Development on this library is done as a best-effort delivery, and some features of the SoftLayer API may not be available through the client.
22
23
23
24
Documentation
24
25
-------------
@@ -49,7 +50,7 @@ Or you can install from source. Download source and run:
49
50
50
51
51
52
The most up-to-date version of this library can be found on the SoftLayer
52
-
GitHub public repositories at http://github.com/softlayer. Please post to Stack Overflow at https://stackoverflow.com/ or open a support ticket in the customer portal if you have any questions regarding use of this library. If you use Stack Overflow please tag your posts with “SoftLayer” so our team can easily find your post.
53
+
GitHub public repositories at http://github.com/softlayer. For questions regarding the use of this library please post to Stack Overflow at https://stackoverflow.com/ and your posts with “SoftLayer” so our team can easily find your post. To report a bug with this library please create an Issue on github.
0 commit comments