| Outdated This proposal is outdated, not ready for review. please see, Zend_Service_Rakuten Proposal |
Zend Framework: Zend_Service_Rakuten Component Proposal
| Proposed Component Name | Zend_Service_Rakuten |
|---|---|
| Developer Notes | http://framework.zend.com/wiki/display/ZFDEV/Zend_Service_Rakuten |
| Proposers | Shingo Terui |
| Revision | 0.1 - 1 March 2007: Started proposal process. (wiki revision: 6) |
Table of Contents
1. Overview
Zend_Service_Rakuten is a Zend Framework interface to use the "Rakuten Web service" API that Rakuten Inc is providing.
2. References
following links are API references written with Japanese.
- Rakuten Web Service
- Rakuten item search API
- Rakuten genre search API
- Rakuten item code search API
- Rakuten book search API
- Rakuten CD search API
- Rakuten DVD search API
- Rakuten catalog search API
- Rakuten-Travel hotel detail search API
- Rakuten-Travel vacant hotel search API
- Rakuten-Travel area code API
3. Component Requirements, Constraints, and Acceptance Criteria
- Implements all available "Rakuten Web Service" API calls with consistent naming conventions.
- Returns server responses as lightweight data objects.
4. Dependencies on Other Framework Components
- Zend_Rest_Client
- Zend_Service_Exception
- Zend_Exception
5. Theory of Operation
Returns server response as lightweight objects.
6. Milestones / Tasks
- Milestone 1: Class development and write proposal
- Milestone 2: Unit tests and debugging
- Milestone 3: Documentation
7. Class Index
- Zend_Service_Rakuten
- Zend_Service_Rakuten_ResultSet
- Zend_Service_Rakuten_Exception
8. Use Cases
| UC-01 |
|---|
Retrieve an item including the key word "Baby".
9. Class Skeletons
Labels:
None