Method: HalcyonAPI::Client#status

Defined in:
lib/halcyon_api/client.rb

#statusOpenStruct

Gets current API version and release date

Examples:

Get the API’s status information

client = VaingloryAPI::Client.new('API_KEY', 'na')
client.status

Returns:

  • (OpenStruct)

    the response and metadata

See Also:



169
170
171
# File 'lib/halcyon_api/client.rb', line 169

def status
  get_request_without_headers(endpoint_uri('status'))
end