github.com/antihax/goesi@v0.0.0-20240126031043-6c54d0cb7f95/esi/docs/StatusApi.md (about)

     1  # \StatusApi
     2  
     3  All URIs are relative to *https://esi.evetech.net*
     4  
     5  Method | HTTP request | Description
     6  ------------- | ------------- | -------------
     7  [**GetStatus**](StatusApi.md#GetStatus) | **Get** /v1/status/ | Retrieve the uptime and player counts
     8  
     9  
    10  # **GetStatus**
    11  > GetStatusOk GetStatus(ctx, optional)
    12  Retrieve the uptime and player counts
    13  
    14  EVE Server status  ---  This route is cached for up to 30 seconds
    15  
    16  ### Required Parameters
    17  
    18  Name | Type | Description  | Notes
    19  ------------- | ------------- | ------------- | -------------
    20   **ctx** | **context.Context** | pass through context (authentication, logging, tracing)
    21   **optional** | **map[string]interface{}** | optional parameters | nil if no parameters
    22  
    23  ### Optional Parameters
    24  Optional parameters are passed through a map[string]interface{}.
    25  
    26  Name | Type | Description  | Notes
    27  ------------- | ------------- | ------------- | -------------
    28   **datasource** | **string**| The server name you would like data from | [default to tranquility]
    29   **ifNoneMatch** | **string**| ETag from a previous request. A 304 will be returned if this matches the current ETag | 
    30  
    31  ### Return type
    32  
    33  [**GetStatusOk**](get_status_ok.md)
    34  
    35  ### Authorization
    36  
    37  No authorization required
    38  
    39  ### HTTP request headers
    40  
    41   - **Content-Type**: application/json
    42   - **Accept**: application/json
    43  
    44  [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
    45