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
1 Comment
comments.show.hideAug 31, 2006
Darby Felton
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: