xBiggs / fightcade-api

An unofficial TypeScript wrapper for the Fightcade API.
MIT License
7 stars 2 forks source link

Expose Fetching Channel Specific Replays #4

Closed xBiggs closed 7 months ago

xBiggs commented 7 months ago

A user on Discord reported to me that the current API wrapper does not expose fetching replays by gameid.

image

It does seem that this functionality is supported.

image

I will update GetReplays() to take a gameid parameter in its overloads.