Added QueryMentions
v8.10 (2021-08-16)
NOTE: This is the last version with Python 2.X and Python <3.5 support. Next version will contain type hints and will only be compatible with Python 3.5 or higher.
Added
- added file
QueryMentions
that can be used to query mentions of specific event types. The class is currently in beta and not available to users unless they have permissions to use this endpoint. The classesQueryMentions
andQueryMentionsIter
can be used in the same way as classes for querying articles and events, except that some query parameters are addded and some removed. Examples for the classes were also added.
Updated
- When using method
initWithComplexQuery
we now check if the provided json is valid json object and report error in case it is not - some bugs that appeared in edge cases when querying Event Registry using
EventRegistry
class have been fixed.