Skip to content

Blog data type, dataType parameter support

Compare
Choose a tag to compare
@gregorleban gregorleban released this 29 Jun 06:39
· 49 commits to master since this release

Added

  • added blog data type. Various methods in EventRegistry class accept it, such as suggestNewsSources(), suggestSourcesAtPlace() and getNewsSourceUri().

Updated

  • QueryArticlesIter.initWithComplexQuery() now accepts also the dataType parameter (by default news).

Removed

  • Removed the parameter articleBatchSize from QueryArticlesIter.execQuery since it was not useful. We are always returning the maximum number of results that can be obtained with a single query.