twitchdev / twitch-cli

The official Twitch CLI to make developing on Twitch easier.
Apache License 2.0
604 stars 71 forks source link

GET Drops Entitlements "mock-API" - Enabled filter by status #251

Closed frifugio closed 1 year ago

frifugio commented 1 year ago

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

Problem/Feature

As explained in the official documentation for the GET Drops Entitlements API, _fulfillmentstatus is one of the possible query parameter that the API is accepting. Until now, this parameter was ignored in the mock-api. This PR aims to fix this, so now the mock-api supports filtering by _fulfillmentstatus.

Description of Changes:

Checklist