Version 0.2: expanding support for API modules and methods
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
anddeleteFile
. - Support for 3 new comparison operators to entity collections:
'in'
,'=~'
(regex) and'like'
. fetchLimit()
toRequestPaginator
, to fetch a given number of pages.- "validate_requests" preference.
- A request counter to
RequestLauncher
.
Fixed
- A bug with
getRecords
response parsing.