diff options
Diffstat (limited to 'docs/gl_objects')
| -rw-r--r-- | docs/gl_objects/statistics.rst | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/docs/gl_objects/statistics.rst b/docs/gl_objects/statistics.rst new file mode 100644 index 0000000..d1d72eb --- /dev/null +++ b/docs/gl_objects/statistics.rst @@ -0,0 +1,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() |
