Function jservice::get_random
[−]
[src]
pub fn get_random(count: Option<u32>) -> Result<Vec<Clue>, String>
Get random clues.
Returns clues with category field.
count- amount of clues to return, limited to 100 at a time. 1 by default.