Module: Warframe::REST::API::Sortie
Overview
API endpoint for getting information on current Sortie data.
Instance Method Summary collapse
-
#sortie ⇒ Array<Warframe::Models::Sortie>
Gets the current sortie missions.
Instance Method Details
#sortie ⇒ Array<Warframe::Models::Sortie>
Gets the current sortie missions.
17 18 19 |
# File 'lib/warframe/rest/api/sortie.rb', line 17 def sortie get('/sortie', Warframe::Models::Sortie) end |