"Feed info" resource
URI template supplied by the ttzn:feed-info link in the entry point resource
The "feed info" resource acts as a primitive proxy for asking feeds what their title is, without necessarily subscribing to them. It is identified by a URI template [RFC6570] with the following parameters.
| Parameter | Type | Mode | Description |
|---|---|---|---|
url |
URI-encoded string | Required | The URL of the feed to query |
The resource itself is represented by an application/hal+json [draft] object with the following structure.
| Property | Type | Mode | Description |
|---|---|---|---|
title |
String | Read-only | The title of the feed |
url |
String | Read-only | The URL of the feed |
| Relation | Description |
|---|---|
self |
The URI of the current resource |