Concepts ======== RPCS ---- .. function:: 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
`` (`List `__) .. function:: 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 `__) .. function:: NewYorkTimes.getConceptTypes() Get a list of all concept types. **Returns:** ``List`` (`List `__ | `String `__) .. function:: NewYorkTimes.searchConcepts(query: String) Search for concepts of interest. **Arguments:** - ``query: String`` (`String `__) **Returns:** ``List`` (`List `__)