Function jservice::get_clues
[−]
[src]
pub fn get_clues(value: Option<i32>,
category: Option<u32>,
min_date: Option<DateTime<UTC>>,
max_date: Option<DateTime<UTC>>,
offset: Option<u32>)
-> Result<Vec<Clue>, String>
Get clues.
Returns clues with category
field.
value
- the value of the clue in dollarscategory
- the id of the category you want to returnmin_date
- earliest date to show, based on original air datemax_date
- latest date to show, based on original air dateoffset
- offsets the returned clues. Useful in pagination