mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-24 00:07:02 -04:00
Add a page to view a single contact list
This commit is contained in:
@@ -24,5 +24,8 @@ class ContactListApiClient(NotifyAdminAPIClient):
|
||||
|
||||
return job
|
||||
|
||||
def get_contact_lists(self, service_id):
|
||||
return self.get('/service/{}/contact-list'.format(service_id))
|
||||
|
||||
|
||||
contact_list_api_client = ContactListApiClient()
|
||||
|
||||
Reference in New Issue
Block a user