module PUBG::Client::Status

Methods for Status API

@see documentation.playbattlegrounds.com/en/status-endpoint.html

Public Instance Methods

status() click to toggle source

Get the current API Status

@example Get Status

client.status

@see documentation.playbattlegrounds.com/en/status-endpoint.html#/Status/get_status

# File lib/pubg/client/status.rb, line 12
def status
  get('status')
end