xboxapi / Python-Wrapper

Python wrapper for https://xapi.us
MIT License
39 stars 16 forks source link

Feature/xuid cleanup #22

Closed 0verbyte closed 7 years ago

0verbyte commented 7 years ago

These changes are for https://github.com/xboxapi/Python-Wrapper/issues/21, which will cleanup the API interface a bit also.

send_message doesn't need to accept xuids as parameters (although still supported), it should just use the internal xuid stored when instantiating an gamer object.

Other misc cleanup.