DartConnect How To Register Players
Learn everything on how to register players to a tournament.
Getting started
Each tournament has a unique players list. You have the ability to create players and add them directly into players list. Additionally, you also have the ability to view the players list.
Adding existing player into the tournament
First, you need to fetch the players list of the tournament and find the player id that you would like to enter into the event.
Next step is the fetch the event_id for the concering event.
The last step would be to send a request with its id of the player you would like to add by using the event_id.a
Adding a new player into the tournament
First, you need to create the player and add it into the tournament player list.
Next step is the fetch the event_id for the concering event.
The last step would be to send a request with its id of the player you would like to add by using the event_id.a