mirror of
https://github.com/ilri/dspace-statistics-api.git
synced 2025-02-03 17:02:53 +01:00
Alan Orth
556c5ae088
Falcon's response content is raw bytes, while its text is a string. Let's use the latter so we can use json.loads() in Python 3.5, 3.6, and 3.7 with the same code. See: https://falcon.readthedocs.io/en/stable/api/testing.html