equal
deleted
inserted
replaced
14 * to license@zend.com so we can send you a copy immediately. |
14 * to license@zend.com so we can send you a copy immediately. |
15 * |
15 * |
16 * @category Zend |
16 * @category Zend |
17 * @package Zend_Service |
17 * @package Zend_Service |
18 * @subpackage Delicious |
18 * @subpackage Delicious |
19 * @copyright Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com) |
19 * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) |
20 * @license http://framework.zend.com/license/new-bsd New BSD License |
20 * @license http://framework.zend.com/license/new-bsd New BSD License |
21 * @version $Id: Delicious.php 20096 2010-01-06 02:05:09Z bkarwin $ |
21 * @version $Id: Delicious.php 24593 2012-01-05 20:35:02Z matthew $ |
22 */ |
22 */ |
23 |
23 |
24 |
24 |
25 /** |
25 /** |
26 * @see Zend_Rest_Client |
26 * @see Zend_Rest_Client |
52 * Zend_Service_Delicious is a concrete implementation of the del.icio.us web service |
52 * Zend_Service_Delicious is a concrete implementation of the del.icio.us web service |
53 * |
53 * |
54 * @category Zend |
54 * @category Zend |
55 * @package Zend_Service |
55 * @package Zend_Service |
56 * @subpackage Delicious |
56 * @subpackage Delicious |
57 * @copyright Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com) |
57 * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) |
58 * @license http://framework.zend.com/license/new-bsd New BSD License |
58 * @license http://framework.zend.com/license/new-bsd New BSD License |
59 */ |
59 */ |
60 class Zend_Service_Delicious |
60 class Zend_Service_Delicious |
61 { |
61 { |
62 const API_URI = 'https://api.del.icio.us'; |
62 const API_URI = 'https://api.del.icio.us'; |