for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
from lib.actions import BaseAction
class GetAlertQuery(BaseAction):
def run(self, **kwargs):
response = self._api_get('/alerts', kwargs)
return response