v2.1.163
·
26 commits
to master
since this release
Changes
Updated Request Limit Handling
-
The
limitattribute for request classesListAppinstallationsRequest,ListAppinstallationsForUserRequest, andListSystemsoftwaresRequesthas been made optional. The attribute type has been changed fromintwith a default value of1000to a nullableintwithout a default value. -
A new method
withoutLimit()has been added to each of these request classes to allow users to create a request without a limit, enhancing flexibility in request configurations.
Adjustments in Serialization
- Updates have been made to the serialization logic. The limit will only be included in the output if it is set, preventing unnecessary inclusion of a default value in the serialized output.
These changes collectively improve the adaptability of the API, offering better management of request parameters and accommodating different use cases without enforcing a rigid structure around the limit parameter.