Module: Warframe::REST::API::ConclaveChallenges

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

Overview

API endpoint for getting information on current Conclave Challenge data.

Example Response

Instance Method Summary collapse

Instance Method Details

#conclave_challengesArray<Warframe::Models::ConclaveChallenge>

Gets the current conclave challenges.



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

def conclave_challenges
  get('/conclaveChallenges', Warframe::Models::ConclaveChallenge)
end