Sha256: 0df2a63f2c3c25856eab9e8463e12d1dbc890f4987e9261dd5277bd88e987e9c
Contents?: true
Size: 1.58 KB
Versions: 1
Compression:
Stored size: 1.58 KB
Contents
# ESIClient::StatusApi All URIs are relative to *https://esi.tech.ccp.is* Method | HTTP request | Description ------------- | ------------- | ------------- [**get_status**](StatusApi.md#get_status) | **GET** /v1/status/ | Retrieve the uptime and player counts # **get_status** > GetStatusOk get_status(opts) Retrieve the uptime and player counts EVE Server status --- This route is cached for up to 30 seconds ### Example ```ruby # load the gem require 'esi_client' api_instance = ESIClient::StatusApi.new opts = { datasource: "tranquility", # String | The server name you would like data from user_agent: "user_agent_example", # String | Client identifier, takes precedence over headers x_user_agent: "x_user_agent_example" # String | Client identifier, takes precedence over User-Agent } begin #Retrieve the uptime and player counts result = api_instance.get_status(opts) p result rescue ESIClient::ApiError => e puts "Exception when calling StatusApi->get_status: #{e}" end ``` ### Parameters Name | Type | Description | Notes ------------- | ------------- | ------------- | ------------- **datasource** | **String**| The server name you would like data from | [optional] [default to tranquility] **user_agent** | **String**| Client identifier, takes precedence over headers | [optional] **x_user_agent** | **String**| Client identifier, takes precedence over User-Agent | [optional] ### Return type [**GetStatusOk**](GetStatusOk.md) ### Authorization No authorization required ### HTTP request headers - **Content-Type**: Not defined - **Accept**: application/json
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
esi_client-1.3.0 | docs/StatusApi.md |