All content and services are licenced under a Attribution-NonCommercial-ShareAlike Creative Commons Licence (see our Terms of Service).
> Using the XML-RPC Server
|
XML-RPC is "a spec and a set of implementations that allow software running on disparate operating systems, running in different environments to make procedure calls over the Internet. It's remote procedure calling using HTTP as the transport and XML as the encoding. XML-RPC is designed to be as simple as possible, while allowing complex data structures to be transmitted, processed and returned."
To use this service, you need to:
| |
| Host | www.newsisfree.com |
|---|---|
| Port | 80 |
| Path | /RPC |
|
This RPC interface is part Premium Export Service (if you've just opened an account, it's available freely for the first 30 days, it will be disable if you don't sign up before). By using it, you aggree to comply with the Terms of Service. | |
> Get source items
Use methode "hpe.getSourceItems" to retrieve for all items for a source,
but not the meta data (name, source link, etc.), if you know it's ID.
- First two parameters are your user id and password respectively;
- Third is the (integer) id of the source you want;
- Fourth (optional) is the maximum number of items you want to get (default is zero, i.e. all the items);
- Fifth (optional) is a integer indicating how you want to get the
description of the news items (if available):
- 0 means no description,
- 1 means normal description (if available)
- 2 prepends the source name and quotes the description
- Sixth (optional) is the maximum length of the description field. If non zero, the description field is stripped of all HTML tags and cut to the appropriate length.
- "ttl": the number of seconds for which the current data for this source will remain valid (i.e. the number of seconds to the next update).
- "itemcount": number of news items for this source
- "items": an array containing the news items. Each entry is itself
an structure with the following named elements:
- "title": the title of the news item
- "link": link to the news item
- "description": short description, might be empty, not all sources provide it
- "date": the timestamp at which the news item was added to the database
