docs/StatusApi.md in esi_client-0.4.7 vs docs/StatusApi.md in esi_client-0.7.6.1
- old
+ new
@@ -1,8 +1,8 @@
# ESIClient::StatusApi
-All URIs are relative to *https://esi.tech.ccp.is/*
+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
@@ -20,12 +20,12 @@
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
+ 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)