Skip to end of metadata
Go to start of metadata

Zend Framework: Zend_Service_Simpy Component Proposal

Proposed Component Name Zend_Service_Simpy
Developer Notes http://framework.zend.com/wiki/display/ZFDEV/Zend_Service_Simpy
Proposers tobias382@gmail.com
Revision Jun 23, 2006 (wiki revision: 5)

Table of Contents

1. Overview

Zend_Service_Simpy is a lightweight wrapper for the free REST API available for the Simpy social bookmarking service.

2. References

3. Component Requirements, Constraints, and Acceptance Criteria

  • Accepts a username and password and handles user authentication via HTTP
  • Implements all available API calls with consistent naming conventions.
  • Returns server responses as lightweight data objects.

4. Dependencies on Other Framework Components

  • Zend_Http_Client
  • Zend_Service_Exception
  • Zend_Service_Rest

5. Theory of Operation

Performs the requested API call and return the server response in the form of a data object.

6. Milestones / Tasks

zone: Missing {zone-data:milestones}

7. Class Index

  • Zend_Service_Simpy
  • Zend_Service_Simpy_Tag
  • Zend_Service_Simpy_TagSet
  • Zend_Service_Simpy_Link
  • Zend_Service_Simpy_LinkSet
  • Zend_Service_Simpy_Watchlist
  • Zend_Service_Simpy_WatchlistSet
  • Zend_Service_Simpy_Note
  • Zend_Service_Simpy_NoteSet

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. Aug 31, 2006

    Zend Comments
    The proposal is approved on the condition that the following issues are addressed by the proposal author.

    We should leverage Zend_Date as it becomes available for date-specific operations.

    Additional references: