Module: Warframe::REST::API::Nightwave

Includes:
Utils
Included in:
Warframe::REST::API
Defined in:
lib/warframe/rest/api/nightwave.rb

Overview

API endpoint for getting information from the Nightwave route.

Example Response

Instance Method Summary collapse

Instance Method Details

#nightwaveWarframe::Models::Nightwave

Gets the current Nightwave Mission data.



17
18
19
# File 'lib/warframe/rest/api/nightwave.rb', line 17

def nightwave
  get('/nightwave', Warframe::Models::Nightwave)
end