Chapter 29. Zend_Service

Table of Contents

29.1. Úvod
29.2. Zend_Service_Akismet
29.2.1. Introduction
29.2.2. Verify an API key
29.2.3. Check for spam
29.2.4. Submitting known spam
29.2.5. Submitting false positives (ham)
29.2.6. Zend-specific Accessor Methods
29.3. Zend_Service_Amazon
29.3.1. Introduction
29.3.2. Country Codes
29.3.3. Looking up a Specific Amazon Item by ASIN
29.3.4. Performing Amazon Item Searches
29.3.5. Using the Alternative Query API
29.3.6. Zend_Service_Amazon Classes
29.4. Zend_Service_Audioscrobbler
29.4.1. Introduction to Searching Audioscrobbler
29.4.2. Users
29.4.3. Artists
29.4.4. Tracks
29.4.5. Tags
29.4.6. Groups
29.4.7. Forums
29.5. Zend_Service_Delicious
29.5.1. Introduction
29.5.2. Retrieving posts
29.5.3. Zend_Service_Delicious_PostList
29.5.4. Editing posts
29.5.5. Deleting posts
29.5.6. Adding new posts
29.5.7. Tags
29.5.8. Bundles
29.5.9. Public data
29.5.10. HTTP client
29.6. Zend_Service_Flickr
29.6.1. Introduction to Searching Flickr
29.6.2. Finding Flickr Users' Photos and Information
29.6.3. Retrieving Flickr Image Details
29.6.4. Zend_Service_Flickr Result Classes
29.7. Zend_Service_Simpy
29.7.1. Introduction
29.7.2. Links
29.7.3. Tags
29.7.4. Notes
29.7.5. Watchlists
29.8. Zend_Service_Yahoo
29.8.1. Introduction
29.8.2. Searching the Web with Yahoo!
29.8.3. Finding Images with Yahoo!
29.8.4. Finding Local Businesses and Services with Yahoo!
29.8.5. Searching Yahoo! News
29.8.6. Zend_Service_Yahoo Classes

29.1. Úvod

Zend_Service je abstraktná trieda, ktorá poskytuje základy pre implementáciu web služieb ako napríklad SOAP, alebo REST.

Ak potrebuješ podporu pre všeobecné na XML založené REST služby, možno sa budeš chcieť pozrieť na Zend_Rest_Client.

Okrem možnosti rozširenia Zend_Service a použitia Zend_Rest_Client pre web služby založené na REST je k dispozícii podpora pre známe web služby ako Akismet, Amazon, Flickr a Yahoo!. Ostatné web služby pribudnú v blízkej budúcnosti.