Concepts
RPCS
- NewYorkTimes.getArticlesWithConcept(concept: Object)
Fetch up to 10 articles containing the given concept.
Arguments:
concept: Object
(Object)name: String
(String)type: ConceptType
(ConceptType)
Returns:
List<Article>
(List)
- NewYorkTimes.getConceptInfo(concept: Object)
Get additional information about a concept such as links to other concepts and geocodes.
Arguments:
concept: Object
(Object)name: String
(String)type: ConceptType
(ConceptType)
Returns:
Object
(Object)
- NewYorkTimes.getConceptTypes()
Get a list of all concept types.