View Source GitHub.ServerStatistics (GitHub REST API Client v0.0.1)
Provides API endpoint, struct, and type related to server statistics
Link to this section Summary
Functions
Get GitHub Enterprise Server statistics
Link to this section Types
@type t() :: %GitHub.ServerStatistics{}
Link to this section Functions
Link to this function
enterprise_admin_get_server_statistics(enterprise_or_org, opts \\ [])
View Source@spec enterprise_admin_get_server_statistics( String.t(), keyword() ) :: {:ok, [map()]} | {:error, GitHub.Error.t()}
Get GitHub Enterprise Server statistics
options
Options
date_start
(String.t()): A cursor, as given in the Link header. If specified, the query only searches for events after this cursor.date_end
(String.t()): A cursor, as given in the Link header. If specified, the query only searches for events before this cursor.