@@ -41,19 +41,21 @@ Setup
4141 Options
4242~~~~~~~
4343
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+ +--------------------+-------------+----------+-------------------------------------------------------------------------------------------------------+
5759
5860Methods
5961-------
@@ -111,6 +113,11 @@ Example of returned data:
111113Changelog
112114---------
113115
116+ 1.0.4 - 2015/09/25
117+ ~ ~~~~~~~~~~~~~~~~~
118+
119+ - Implemented ` ` timeout` ` argument for ` ` API` ` class.
120+
1141211.0.3 - 2015/08/07
115122~ ~~~~~~~~~~~~~~~~~
116123
0 commit comments