feedSort
Sort the items of a feed based on a particular item element.
Required Parameters
| |
| feed | The url of a feed to call and sort. | |
| sort | List of attributes to sort by, use the prefix + for ascending sort and - for descending. for e.g (+rss:pubdate, -rss:title) would sort by pudate ascending and title descending. | |
Optional Parameters
| |
| user | The user requesting authentication. | |
| password | The password to use for authentication. | |
| auth | The authentication scheme to use. The allowed values are: BASIC, DIGEST, NTLM. | |
| http_headers | Other headers to be used with an HTTP request. Separate multiple headers with CRLF. | |
| proxy_user | The proxy user requesting authentication. | |
| proxy_password | The proxy password to use for authentication. | |
| proxy_server | The proxy server to use. | |
| proxy_port | The proxy port to use. | |
| proxy_auto | If the proxy settings should automatically be detected from the system. The allowed values are: TRUE, FALSE. | |
| proxy_authscheme | The authscheme to be used to authenticate with the proxy. The allowed values are: BASIC, DIGEST, NTLM. | |
| proxy_ssl | If SSL should be used while connecting to the proxy. The allowed values are: AUTO, ALWAYS, NEVER, TUNNEL. | |
| proxy_type | The type of firewall or proxy. The allowed values are: HTTP, TUNNEL, SOCKS4, SOCKS5. | |
| nolocal | Prevent access to local feeds, operations, and files. The allowed values are: true, false. | |
| type | The type of the sort: text, date, textnocase, or numeric for e.g. date, text. The allowed values are: date, text, numeric. | |
Output Attributes
| |
| *:* | Attributes from the feeds specified. | |