mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-20 14:29:51 -04:00
Start to build a page to performance platform page.
This commit is contained in:
committed by
Chris Hill-Scott
parent
3d590a71e4
commit
042527e74c
10
app/notify_client/performance_platform_api_client.py
Normal file
10
app/notify_client/performance_platform_api_client.py
Normal file
@@ -0,0 +1,10 @@
|
||||
from app.notify_client import NotifyAdminAPIClient
|
||||
|
||||
|
||||
class PerformancePlatformAPIClient(NotifyAdminAPIClient):
|
||||
|
||||
def get_performance_platform_stats(self, params_dict=None):
|
||||
return self.get("/performance-platform", params=params_dict)
|
||||
|
||||
|
||||
performance_platform_api_client = PerformancePlatformAPIClient()
|
||||
Reference in New Issue
Block a user