Skip to content

Version 0.2: expanding support for API modules and methods

Compare
Choose a tag to compare
@tristanjahier tristanjahier released this 30 Jul 18:06
· 399 commits to master since this release

This version aims to cover most of the API modules and methods. Also, because you can disable request validation, you can now virtually perform any type of API call.

Added

  • Support for these modules: Events, Tasks, Notes and Attachments.
  • Support for these API methods: getSearchRecordsByPDC and deleteFile.
  • Support for 3 new comparison operators to entity collections: 'in', '=~' (regex) and 'like'.
  • fetchLimit() to RequestPaginator, to fetch a given number of pages.
  • "validate_requests" preference.
  • A request counter to RequestLauncher.

Fixed

  • A bug with getRecords response parsing.