cnguy/kayn

Support optional count query param

OllieJennings opened this issue · 3 comments

).query({ tournamentId: tournamentID })

Tournament Stub endpoint allows you to create a number of tournament codes (upto 1000 Max)

This is also the same with the main tournament API

).query({ tournamentId: tournamentID })

Just realised this is probably supported via .query({ count: <Int> })?

cnguy commented

yes, tournament id is the only one mandatory so that is why it is already in the code @OllieJennings

Cheers