Learnosity / learnosity-sdk-python

Learnosity SDK for Python
Apache License 2.0
8 stars 11 forks source link

[BUG] Fix and document Events API initialisation #5

Closed shtrom closed 6 years ago

shtrom commented 6 years ago

Strings of users names were passed as Python strings. Python 3 requires those to be encoded before serialising them to JSON.

Similarly, a string representation of the SHA-256 hash of each user needs to be explicitely generated.

LRN-18627

Signed-off-by: Olivier Mehani olivier.mehani@learnosity.com

shtrom commented 6 years ago

@ceralena I'm keen to merge/release this change. Any word against?