NewsController_availableRssFeeds
GET/news/rss/feeds/available
NewsController_availableRssFeeds
Request
Header Parameters
x-futbolprode-path string
x-futbolprode-host string
Responses
- 200
- application/json
- Schema
- Example (from schema)
Schema
- Array [
- ]
id stringrequired
name stringrequired
url stringrequired
country stringrequired
excludeCategories string[]required
image stringrequired
link stringrequired
title stringrequired
[
{
"id": "string",
"name": "string",
"url": "string",
"country": "string",
"excludeCategories": [
"string"
],
"image": "string",
"link": "string",
"title": "string"
}
]
Loading...