Concepts

RPCS

NewYorkTimes.getArticlesWithConcept(concept: Object)

Fetch up to 10 articles containing the given concept.

Arguments:

Returns: List<Article> (List)

NewYorkTimes.getConceptInfo(concept: Object)

Get additional information about a concept such as links to other concepts and geocodes.

Arguments:

Returns: Object (Object)

NewYorkTimes.getConceptTypes()

Get a list of all concept types.

Returns: List<String> (List | String)

NewYorkTimes.searchConcepts(query: String)

Search for concepts of interest.

Arguments:

Returns: List<Concept> (List)