Skip to end of metadata
Go to start of metadata

Zend Framework: Zend_Service_Delicious Component Proposal

Proposed Component Name Zend_Service_Delicious
Developer Notes http://framework.zend.com/wiki/display/ZFDEV/Zend_Service_Delicious
Proposers Goran Hacek
Revision Jun 20, 2006 (wiki revision: 9)

Table of Contents

1. Overview

Zend_Service_Delicious is a concrete implementation of the del.icio.us web service

2. References

3. Component Requirements, Constraints, and Acceptance Criteria

  • Implement all API functions
  • Handle authentication
  • Prevent throttling

4. Dependencies on Other Framework Components

  • Zend_Http_Client
  • Zend_Service_Exception

5. Theory of Operation

Do a request, parse response and return data.

6. Milestones / Tasks

zone: Missing {zone-data:milestones}

7. Class Index

  • Zend_Service_Delicious
  • Zend_Service_Delicious_Post
  • Zend_Service_Delicious_PostList
  • Zend_Service_Delicious_Exception

8. Use Cases

9. Class Skeletons

Labels:
None
Enter labels to add to this page:
Please wait 
Looking for a label? Just start typing.
  1. Jun 21, 2006

    At the very least, this should be changed to Zend_Service_Delicious. I don't know anyone who refers to the site as Delicio...

    1. Jun 22, 2006

      You are right, I have renamed it.

  2. Sep 08, 2006

    Zend Comments
    The proposal is approved on condition that the proposal author addresses the following issues.

    Protected variables must be preceded by an underscore ("_") character, and compliance with other coding standards is required.

    Use Zend_Date as it becomes available for date- and time-sensitive operations.