I added a parameter to the fetch_alerts function that allows a user to change the number of alerts returned. Before, the maximum number of alerts was hard coded as 20, but changing that to be part of the query provides users and developers more flexibility to query for longer more general sets of alerts. I reflected this change in the broker query and testing suite as well.
I added a parameter to the fetch_alerts function that allows a user to change the number of alerts returned. Before, the maximum number of alerts was hard coded as 20, but changing that to be part of the query provides users and developers more flexibility to query for longer more general sets of alerts. I reflected this change in the broker query and testing suite as well.