第 43 章 Zend_Service

目录

43.1. 简介
43.2. Zend_Service_Akismet
43.2.1. Introduction
43.2.2. Verify an API key
43.2.3. Check for spam
43.2.4. Submitting known spam
43.2.5. Submitting false positives (ham)
43.2.6. Zend-specific Accessor Methods
43.3. Zend_Service_Amazon
43.3.1. Introduction
43.3.2. Country Codes
43.3.3. Looking up a Specific Amazon Item by ASIN
43.3.4. Performing Amazon Item Searches
43.3.5. Using the Alternative Query API
43.3.5.1. Introduction
43.3.6. Zend_Service_Amazon Classes
43.3.6.1. Zend_Service_Amazon_Item
43.3.6.1.1. Zend_Service_Amazon_Item::asXML()
43.3.6.1.2. Properties
43.3.6.2. Zend_Service_Amazon_Image
43.3.6.2.1. Properties
43.3.6.3. Zend_Service_Amazon_ResultSet
43.3.6.3.1. Zend_Service_Amazon_ResultSet::totalResults()
43.3.6.4. Zend_Service_Amazon_OfferSet
43.3.6.4.1. Properties
43.3.6.5. Zend_Service_Amazon_Offer
43.3.6.5.1. Zend_Service_Amazon_Offer Properties
43.3.6.6. Zend_Service_Amazon_SimilarProduct
43.3.6.6.1. Properties
43.3.6.7. Zend_Service_Amazon_Accessories
43.3.6.7.1. Properties
43.3.6.8. Zend_Service_Amazon_CustomerReview
43.3.6.8.1. Properties
43.3.6.9. Zend_Service_Amazon_EditorialReview
43.3.6.9.1. Properties
43.3.6.10. Zend_Service_Amazon_Listmania
43.3.6.10.1. Properties
43.4. Zend_Service_Audioscrobbler
43.4.1. Introduction
43.4.2. Users
43.4.3. Artists
43.4.4. Tracks
43.4.5. Tags
43.4.6. Groups
43.4.7. Forums
43.5. Zend_Service_Delicious
43.5.1. Introduction
43.5.2. Retrieving posts
43.5.3. Zend_Service_Delicious_PostList
43.5.4. Editing posts
43.5.5. Deleting posts
43.5.6. Adding new posts
43.5.7. Tags
43.5.8. Bundles
43.5.9. Public data
43.5.9.1. Public posts
43.5.10. HTTP client
43.6. Zend_Service_Flickr
43.6.1. 对Flickr搜索的介绍
43.6.2. 查找 Flickr 用户
43.6.3. 获得 Flickr 图像详细资料
43.6.4. Zend_Service_Flickr 类
43.6.4.1. Zend_Service_Flickr_ResultSet
43.6.4.1.1. 属性
43.6.4.1.2. Zend_Service_Flickr_ResultSet::totalResults()
43.6.4.2. Zend_Service_Flickr_Result
43.6.4.2.1. 属性
43.6.4.3. Zend_Service_Flickr_Image
43.6.4.3.1. 属性
43.7. Zend_Service_Simpy
43.7.1. Introduction
43.7.2. Links
43.7.3. Tags
43.7.4. Notes
43.7.5. Watchlists
43.8. Zend_Service_StrikeIron
43.8.1. Overview
43.8.2. Registering with StrikeIron
43.8.3. Getting Started
43.8.4. Making Your First Query
43.8.5. Examining Results
43.8.6. Handling Errors
43.8.7. Checking Your Subscription
43.9. Zend_Service_StrikeIron: Bundled Services
43.9.1. ZIP Code Information
43.9.2. U.S. Address Verification
43.9.3. Sales & Use Tax Basic
43.10. Zend_Service_StrikeIron: Advanced Uses
43.10.1. Using Services by WSDL
43.10.2. Viewing SOAP Transactions
43.11. Zend_Service_Yahoo
43.11.1. 简介
43.11.2. 用Yahoo!来搜索网页
43.11.3. 用Yahoo!来查找图片
43.11.4. Finding Local Businesses and Services with Yahoo!
43.11.5. 搜索Yahoo! 新闻
43.11.6. Zend_Service_Yahoo 类
43.11.6.1. Zend_Service_Yahoo_ResultSet
43.11.6.1.1. Zend_Service_Yahoo_ResultSet::totalResults()
43.11.6.1.2. Properties
43.11.6.2. Zend_Service_Yahoo_WebResultSet
43.11.6.3. Zend_Service_Yahoo_ImageResultSet
43.11.6.4. Zend_Service_Yahoo_LocalResultSet
43.11.6.5. Zend_Service_Yahoo_NewsResultSet
43.11.6.6. Zend_Service_Yahoo_Result
43.11.6.6.1. Properties
43.11.6.7. Zend_Service_Yahoo_WebResult
43.11.6.7.1. 属性
43.11.6.8. Zend_Service_Yahoo_ImageResult
43.11.6.8.1. 属性
43.11.6.9. Zend_Service_Yahoo_LocalResult
43.11.6.9.1. 属性
43.11.6.10. Zend_Service_Yahoo_NewsResult
43.11.6.10.1. 属性
43.11.6.11. Zend_Service_Yahoo_Image
43.11.6.11.1. Properties

43.1. 简介

Zend_Service 是一个抽象类,Zend用它来作为实现web service(如:XML-RPC)的基础。 .

通过Zend_Service_Rest类, Zend_Service可以支持任何基于REST的web服务。 .

除了可以扩展 Zend_Service 并对基于REST的web services使用 Zend_Service_Rest 类进行操作之外,Zend也同时提供对流行的web services的支持,如 Amazon, Flickr, 和 Yahoo!. 而且也许不久会加入更多的web serivces哦.