Expose the row key names for custom naming schemes.#18
Expose the row key names for custom naming schemes.#18czarneckid merged 1 commit intoWB-Games:masterfrom
Conversation
|
I'll integrate this over the next day. Thanks. |
|
Cheers David, thank you for your great work on this library. I had started We only implemented the with_member_data bit today, so that's when I saw On Thu, Jan 23, 2014 at 1:05 AM, David Czarnecki
|
Expose the row key names for custom naming schemes.
|
Awesome, awesome, awesome. Thanks so much David, great library and it's always brilliant when open source maintainers are as quick to respond as you've been. |
|
No problem. Available in 2.7.0, https://pypi.python.org/pypi/leaderboard. Sorry it took slightly longer to release the latest code, but had to balance that with the Ruby and JavaScript leaderboard libraries. I may make a tweak to the Python library to allow for the key options to be set in the constructor, but that'll be in a patch update. |
The naming scheme's doesn't fit the rest of our framework's system (a "member" will always be just a "uid", and the "member_data" is "userData" everywhere else), so they're now exposed to be customly overwritten via
etc.