-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Here are a few ideas on how documentation could be improved...
Stories 1
Stories
are often referred to, but never defined, making it unclear what a story represents: https://www.newsapi.ai/documentation?tab=terminology
They appear to be some sort of clusters, but are they clusters of articles within an event or a clusters of events within some wider scope.
Are stories somehow related to a longer time span? Are events points in time?
Stories 2
Also storyUri
is inconsistently defined:
- present in data model example
- absent in articles output schema
Videos
Videos
are also inconsistently defined:
- in article otuput schema as array of strings
"videos": {
"type": "array",
"items": {
"type": "string"
}
}
- in data model example as array of objects
// list of videos extracted from the body
"videos": [
{
"uri": "https://www.youtube.com/embed/Phtb6nZWiW0",
"label": "GoPro on a Cat Left Home Alone"
},
...
],
Metadata
Metadata
Assignees
Labels
No labels