mhelke / ChessComClubManagement

MIT License
1 stars 0 forks source link

Allow user to pass contact info to functions #49

Open mhelke opened 1 year ago

mhelke commented 1 year ago

Chess.com will require contact info to be included with the User-Agent header. Failure to add this info could result in 403 errors in the future.

Allow user to pass their contact info to each function to be used in the API requests

Unsure if this info needs to be required on all requests. For now, it can be left up to the caller to send the right info.