MCPcopy Create free account
hub / github.com/Flagsmith/flagsmith / ProjectMetricsData

Class ProjectMetricsData

api/platform_hub/types.py:23–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21
22
23class ProjectMetricsData(TypedDict):
24 id: int
25 name: str
26 api_calls_30d: int
27 flag_evaluations_30d: int
28 flags: int
29 environments: list[EnvironmentMetricsData]
30
31
32class OrganisationMetricsData(TypedDict):

Callers 1

get_organisation_metricsFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…