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
# * <b>+:api_key+</b> - The API key used to authenticate the user with the API
67
72
# * <b>+:enpoint_url+</b> - The API endpoint the client should connect to. This defaults to API_PUBLIC_ENDPOINT
68
73
# * <b>+:user_agent+</b> - A string that is passed along as the user agent when the client sends requests to the server
74
+
# * <b>+:timeout+</b> - An integer number of seconds to wait until network requests time out. Corresponds to the network_timeout property of the client
69
75
#
70
76
# If these arguments are not provided then the client will try to locate them using other
71
77
# sources including global variables, and the SoftLayer config file (if one exists)
0 commit comments