1 min readJan 24, 2017
--
Happy you like it Erik Telepovský! From the response object you can access the data with keys, as stated here. Haven’t looked into how to make it into a QuerySet, but the response object should be sufficient to be passed and used in a template, and can be iterated over with {% for i in response %}
inside that template.