[FEATURE] Add remaining apicalypse query methods
Closed this issue · 0 comments
yurypcf commented
Description
Currently, IGDB crate only supports the following apicalypse query methods: fields
, limit
, search
.
We need the remaining query methods: exclude
, where
, offset
, sort
.
Requirements
-
exclude
working on the struct endpoint -
where
working on the struct endpoint -
offset
working on the struct endpoint -
sort
working on the struct endpoint