3. Component Requirements, Constraints, and Acceptance Criteria
This component will implement the full Tumblr API.
This component should namespace the various API methods similar to Tumblr's API documentation where appropriate.
This component should have separate "data type" / object representation for different post types that Tumblr offers.
4. Dependencies on Other Framework Components
Zend_Service_Exception
Zend_Http_Client
Zend_Http_Client_Adapter_Curl
5. Theory of Operation
Zend_Service_Tumblr will allow a developer to easily interact with the Tumblr API, supporting such actions as reading posts, creating posts, editing posts, validating credentials and getting account information.
6. Milestones / Tasks
Milestone 1: Proposal, Community Review and Acceptance