Closed Ashutosh619-sudo closed 2 months ago
[!CAUTION]
Review failed
The pull request is closed.
The changes involve enhancements to the error handling in the __post_request
method of the api_base.py
file, where a WrongParamsError
is raised for failed responses. Additionally, the count
method has been updated to include a filter that only counts records with an 'active' status, modifying the data retrieval logic accordingly. The setup.py
file reflects a version update from 1.22.5
to 1.23.0
.
File | Change Summary |
---|---|
sageintacctsdk/apis/api_base.py | - Added a line in __post_request to raise a WrongParamsError for failed responses. - Updated the count method to filter for records with a status of 'active'. |
setup.py | - Version updated from 1.22.5 to 1.23.0 . |
In the garden where data blooms,
A rabbit hops through code-filled rooms.
With errors caught and counts refined,
Active records now aligned.
Hooray for changes, bright and new,
A joyful leap, we bid adieu! 🐇✨
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
@Ashutosh619-sudo pls bump version as well
https://app.clickup.com/1864988/v/l/6-901603904304-1
Summary by CodeRabbit
New Features
Bug Fixes
Chores