Tidwell / node-challonge

A node.js wrapper for the challonge.com API
28 stars 9 forks source link

Add participant bulk add, check in, and undo check in #11

Open Tidwell opened 7 years ago

Tidwell commented 7 years ago

http://api.challonge.com/v1/documents/participants/check_in

http://api.challonge.com/v1/documents/participants/undo_check_in

http://api.challonge.com/v1/documents/participants/bulk_add

eaaliprantis commented 7 years ago

Bulk Add is similar to "pcreate" except it is an array of participants. It would be handled similar to pmatch command (both of these referenced via your test.js/full.js functions). :)

Kandif commented 6 years ago

I cant find this methods, but I very need checkin method now.

Tidwell commented 6 years ago

Per this issue, check-in, bulk add, and undo check-in is not yet implemented. I might be able to find some time later tonight or this week to implement. If you need it immediately, you are welcome to submit a PR to add support.