Module: Warframe::API::Nightwave

Included in:
Warframe::API
Defined in:
lib/warframe/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.



12
13
14
# File 'lib/warframe/api/nightwave.rb', line 12

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