Skip to content

TopicPage updates, raising exceptions on some status codes

Compare
Choose a tag to compare
@gregorleban gregorleban released this 21 Oct 16:42
· 14 commits to master since this release

v8.9 (2020-10-21)

Added

  • added required and excluded optional parameters to the TopicPage class to methods addConcept, addKeyword, addCategory, addSource, addSourceLocation and addSourceGroup.
  • exceptions are now raised by the SDK library in case of status codes 204, 400, 401 and 403. Previously, the requests were repeated if status code was not 200. In case of these status codes it however doesn't make sense to simply repeat the requests as the query will for sure return the same exception. The meaning of the above status codes is described on the documentation page.