Adds an entrant to the sweepstakes.
Name of the entrant to add
Promise resolving to true if successful
Deletes a sweepstakes or pull by ID
ID of the sweepstakes to delete
Optional
pullId: stringID of the pull to delete
Promise resolving to true if successful
Performs a sweepstakes pull to select a winner.
Promise resolving to true if successful
Registers a new sweepstakes.
Promise resolving to true if successful
Sets the list of entrants for the sweepstakes.
Array of entrant names
Promise resolving to true if successful
Retrieves the list of all sweepstakes.
Promise resolving to array of sweepstakes
Retrieves the sweepstakes for a specific id.
ID of the sweepstakes to view
Promise resolving to sweepstakes details
Retrieves details of a specific sweepstakes pull for a user.
ID of the pull to view
Promise resolving to pull details
Interface for the Sweepstakes Client that provides functionality for managing sweepstakess and viewing sweepstakes pulls.