blob: d1d72eb9e9c1dce65089ce8882484ca2ba5e3e2f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
##########
Statistics
##########
Reference
---------
* v4 API:
+ :class:`gitlab.v4.objects.ApplicationStatistics`
+ :class:`gitlab.v4.objects.ApplicationStatisticsManager`
+ :attr:`gitlab.Gitlab.statistics`
* GitLab API: https://docs.gitlab.com/ee/api/statistics.html
Examples
--------
Get the statistics::
statistics = gl.statistics.get()
|