WaffleCopter [beta]
API Request Logs
date
path
body
{% for log in logs %}
{{ log['date'].strftime('%F %R:%S') }}
{{ log['path'] }}
{{ log['body'].encode('unicode-escape') }}
{% endfor %}