move away from statistics_api towards service_api

This commit is contained in:
Leo Hemsted
2016-07-29 10:28:18 +01:00
parent a7c8e88ecb
commit 4ea23a7484
3 changed files with 4 additions and 5 deletions

View File

@@ -23,9 +23,6 @@ class StatisticsApiClient(BaseAPIClient):
else:
raise e
def get_weekly_notification_stats(self, service_id):
return self.get(url='/service/{}/notifications/weekly'.format(service_id))
def get_statistics_for_all_services_for_day(self, day):
params = {
'day': day