Add a page to view a single contact list

This commit is contained in:
Chris Hill-Scott
2020-03-13 16:58:43 +00:00
parent f15b9b8d38
commit aa85870ee1
6 changed files with 152 additions and 3 deletions

View File

@@ -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()