Support optional count query param
OllieJennings opened this issue · 3 comments
OllieJennings commented
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
kayn/lib/Endpoints/TournamentEndpoint.js
Line 41 in 4e6d0fa
OllieJennings commented
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
OllieJennings commented
Cheers