BBC News on Ably Hub 1.0.0

GTFS-R data on BBC News's most recent news

Contact link: Ably Contact email: support@ably.io

Servers

ws://realtime.ably.io ws

Endpoint used by Ably's Realtime client libraries

Security:
  • API key:

    Provide your API key

    In: user
  • HTTP:

    JWT generated matching the Ably JWT requirements

    | JWT bearer Header: Authorization
  • HTTP: No description bearer
mqtt://mqtt.ably.io:{port} mqtt 3.1.1

Ably's MQTT endpoint

port: Secure connection (TLS) is available through port 8883.
ENUM: 1883, 8883 DEFAULT: 8883
Security:
  • API key:

    Provide your API key's public part as the user and the API key's secret part as the password. Only usable over a secure connection.

    In: user
  • HTTP:

    JWT generated matching the Ably JWT requirements. Use the token as your user, and keep the password blank

    | JWT bearer Header: Authorization
https://rest.ably.io https

Ably REST API

Operations

Sub [product:ably-bbc/news]home

New news stories on the BBC Home page

Accepts the following message:

<anonymous-message-1>

Payload
object
title
string

The title of the article

description
string

The description of the article

summary
string

The summary of the article

date
string
dateTime

The date and time the article was published

pubdate
string
dateTime

The date and time the article was published

pubDate
string
dateTime

The date and time the article was published

link
string

The link to the article

guid
string

Unique ID for the article

author
string

The author's name

comments
string

Comments on the article

origlink
string

Link to the original source if available

permalink
string

link to the article which should always work

Additional properties are allowed.

Examples

<anonymous-message-1>
Payload
{
  "title": "string",
  "description": "string",
  "summary": "string",
  "date": "string",
  "pubdate": "string",
  "pubDate": "string",
  "link": "string",
  "guid": "string",
  "author": "string",
  "comments": "string",
  "origlink": "string",
  "permalink": "string"
}
This example has been generated automatically.

Messages

#1 <anonymous-message-1>

Payload
object
title
string

The title of the article

description
string

The description of the article

summary
string

The summary of the article

date
string
dateTime

The date and time the article was published

pubdate
string
dateTime

The date and time the article was published

pubDate
string
dateTime

The date and time the article was published

link
string

The link to the article

guid
string

Unique ID for the article

author
string

The author's name

comments
string

Comments on the article

origlink
string

Link to the original source if available

permalink
string

link to the article which should always work

Additional properties are allowed.