mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-23 15:57:23 -04:00
first round
This commit is contained in:
@@ -28,7 +28,7 @@ class JobApiClient(NotifyAdminAPIClient):
|
||||
def get_job(self, service_id, job_id):
|
||||
params = {}
|
||||
job = self.get(url=f"/service/{service_id}/job/{job_id}", params=params)
|
||||
|
||||
# comment
|
||||
return job
|
||||
|
||||
def get_jobs(self, service_id, *, limit_days=None, statuses=None, page=1):
|
||||
|
||||
Reference in New Issue
Block a user