Skip to content

Latest commit

 

History

History
44 lines (27 loc) · 1.44 KB

StatisticApi.md

File metadata and controls

44 lines (27 loc) · 1.44 KB

\StatisticApi

All URIs are relative to http://localhost/api/v2.0

Method HTTP request Description
GetStatistic Get /statistics Get the statistic information about the projects and repositories

GetStatistic

Statistic GetStatistic(ctx, optional) Get the statistic information about the projects and repositories

Get the statistic information about the projects and repositories

Required Parameters

Name Type Description Notes
ctx context.Context context for authentication, logging, cancellation, deadlines, tracing, etc.
optional *StatisticApiGetStatisticOpts optional parameters nil if no parameters

Optional Parameters

Optional parameters are passed through a pointer to a StatisticApiGetStatisticOpts struct

Name Type Description Notes
xRequestId optional.String An unique ID for the request

Return type

Statistic

Authorization

basic

HTTP request headers

  • Content-Type: application/json
  • Accept: application/json

[Back to top] [Back to API list] [Back to Model list] [Back to README]