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: CHANGELOG.textile
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,9 @@
6
6
* Added a method to reboot servers.
7
7
* The routine to retreive the open tickets on an account has been moved from the Ticket class. The set of open tickets is now a dynamic property of an account object.
8
8
9
+
*2.2*
10
+
* Added the ability to set a timout for network requests. The timeout is given when a client is created by passing the :timeout hash parameter when creating a client. The value of the parameter is an integer number of seconds.
11
+
9
12
*2.1.1*
10
13
* Virtual server upgrades no longer raise exceptions
11
14
* Formalized the RDoc documentation process. Added overview and welcome documentation and changed the README so it directs folks to the new documentation.
# * <b>+:api_key+</b> - The API key used to authenticate the user with the API
61
66
# * <b>+:enpoint_url+</b> - The API endpoint the client should connect to. This defaults to API_PUBLIC_ENDPOINT
62
67
# * <b>+:user_agent+</b> - A string that is passed along as the user agent when the client sends requests to the server
68
+
# * <b>+:timeout+</b> - An integer number of seconds to wait until network requests time out. Corresponds to the network_timeout property of the client
63
69
#
64
70
# If these arguments are not provided then the client will try to locate them using other
65
71
# sources including global variables, and the SoftLayer config file (if one exists)
0 commit comments