@@ -41,19 +41,21 @@ Setup
41
41
Options
42
42
~~~~~~~
43
43
44
- +--------------------+------------+----------+-------------------------------------------------------------------------------------------------------+
45
- | Option | Type | Required | Description |
46
- +====================+============+==========+=======================================================================================================+
47
- | ``url `` | ``string `` | yes | Your Store URL, example: http://woo.dev/ |
48
- +--------------------+------------+----------+-------------------------------------------------------------------------------------------------------+
49
- | ``consumerKey `` | ``string `` | yes | Your API consumer key |
50
- +--------------------+------------+----------+-------------------------------------------------------------------------------------------------------+
51
- | ``consumerSecret `` | ``string `` | yes | Your API consumer secret |
52
- +--------------------+------------+----------+-------------------------------------------------------------------------------------------------------+
53
- | ``version `` | ``string `` | no | API version, default is ``v3 `` |
54
- +--------------------+------------+----------+-------------------------------------------------------------------------------------------------------+
55
- | ``verify_ssl `` | ``bool `` | no | Verify SSL when connect, use this option as ``false `` when need to test with self-signed certificates |
56
- +--------------------+------------+----------+-------------------------------------------------------------------------------------------------------+
44
+ +--------------------+-------------+----------+-------------------------------------------------------------------------------------------------------+
45
+ | Option | Type | Required | Description |
46
+ +====================+=============+==========+=======================================================================================================+
47
+ | ``url `` | ``string `` | yes | Your Store URL, example: http://woo.dev/ |
48
+ +--------------------+-------------+----------+-------------------------------------------------------------------------------------------------------+
49
+ | ``consumerKey `` | ``string `` | yes | Your API consumer key |
50
+ +--------------------+-------------+----------+-------------------------------------------------------------------------------------------------------+
51
+ | ``consumerSecret `` | ``string `` | yes | Your API consumer secret |
52
+ +--------------------+-------------+----------+-------------------------------------------------------------------------------------------------------+
53
+ | ``version `` | ``string `` | no | API version, default is ``v3 `` |
54
+ +--------------------+-------------+----------+-------------------------------------------------------------------------------------------------------+
55
+ | ``timeout `` | ``integer `` | no | Connection timeout, default is ``3 `` |
56
+ +--------------------+-------------+----------+-------------------------------------------------------------------------------------------------------+
57
+ | ``verify_ssl `` | ``bool `` | no | Verify SSL when connect, use this option as ``false `` when need to test with self-signed certificates |
58
+ +--------------------+-------------+----------+-------------------------------------------------------------------------------------------------------+
57
59
58
60
Methods
59
61
-------
@@ -111,6 +113,11 @@ Example of returned data:
111
113
Changelog
112
114
---------
113
115
116
+ 1.0.4 - 2015/09/25
117
+ ~ ~~~~~~~~~~~~~~~~~
118
+
119
+ - Implemented ` ` timeout` ` argument for ` ` API` ` class.
120
+
114
121
1.0.3 - 2015/08/07
115
122
~ ~~~~~~~~~~~~~~~~~
116
123
0 commit comments