yurypcf/igdb

[FEATURE] Add remaining apicalypse query methods

Closed this issue · 0 comments

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

Details/Other

Look for APIcalypse for more info