|
Do a lot more with feeds.
|
|
:: BlastCasta Feed API ::
|
The BlastCasta Feed API provides a powerful library of feed modifying web services that you can use to process and create customized feeds for yourself or for your readers.
For example, your application can call into the BlastCasta Feed API to convert a feed from RSS format to Atom, to combine multiple feeds into one, to translate a feed, and a lot more. We have two versions of the feed API: a SOAP web service, and a RESTful version. Below are detailed instructions and descriptions to invoke these services. This is a growing library, so please check back to see new functions. Also, we love to hear from you, and you can provide us with any comments, suggestions, or any cool and interesting uses of the service that you would like to share - and we may just post it on our website! Web Service Feed API The web service version of the BlastCasta Feed API follows the SOAP standard and the URL to the service is as follows: Note: This web service can also be called with HTTPS as https://www.blastcasta.com/api.asmx Opening the URL to the web service in a browser will provide a description of the methods and also a link to the WSDL (Web Services Description Language). Below are a list of the functions in the BlastCasta web services library:
Combine Feeds Combines up to 5 feeds in the order given. (Tip: If you want to combine feeds and then sort the combined feed items, use the Multiple Operations function instead.) Function: CombineFeeds Parameters:
Returns: The combined feed document as a string. Filter Feed Filters the given feed on title, author, and description. Also, allows you to set a maximum limit on the number of feed items that are included in the output feed. (Tip: If you want to filter this feed and then sort the combined feed items, use the Multiple Operations function instead.) Function: FilterFeed Parameters:
Returns: The filtered feed document as a string. Sort Feed Sorts the given feed by title, published date, author, or randomly. Function: SortFeed Parameters:
Returns: The sorted feed document as a string. Translate Feed Translates the given feed from one language to another. Function: TranslateFeed Parameters:
Returns: The translated feed document as a string. Convert Feed Converts the format of a feed between RSS and Atom. Function: ConvertFeed Parameters:
Returns: The converted feed document as a string. Suppress Images in Feed Prevents the images in a feed from being rendered in HTML. Function: SuppressImagesInFeed Parameters:
Returns: The updated feed document as a string. Remove HTML Tags From Feed Gets a copy of the feed document and returns it to the caller with HTML tags removed. Function: RemoveHTMLTagsFromFeed Parameters:
Returns: Returns the feed document without HTML tags. Process Feed Combine, filter, sort, translate, convert feed all in one function. This is the best method to use for efficiency in multiple operations, rather than calling one method after another on a feed. Function: ProcessFeed Parameters:
Examples: 1. Combine Two Feeds:
2. Filter Feed:
3. Sort Feed:
4. Combine Three Feeds, Filter, and Sort:
5. Combine Two Feeds and Translate:
Returns: The processed feed document as a string. REST Feed API The REST version of the BlastCasta Feed API follows the REST protocol and the URL to the service is as follows:
Note: You can also use our UI tool to generate this code.
Examples: 1. Combine Two Feeds:
2. Filter Feed:
3. Sort Feed:
4. Combine Three Feeds, Filter, and Sort:
5. Combine Two Feeds and Translate:
|
What are Feeds? | About Us | Contact Us | The BlastCasta Blog | Publishers | Developers
Site Map | Terms Of Service | Privacy Policy
Copyright © 2009 BlastCasta, Inc. All Rights Reserved.
Site Map | Terms Of Service | Privacy Policy
Copyright © 2009 BlastCasta, Inc. All Rights Reserved.