Daniel Baeriswyl

Results 2 issues of Daniel Baeriswyl

Hi, First of all, fantastic tutorial !!! I have followed all your steps until the end of Step 3 https://github.com/Urigo/WhatsApp-Clone-Tutorial/blob/master/.tortilla/manuals/views/step3.md The server is up: `curl localhost:4000/chats` response is: `[{"id":"1","name":"Ethan Gonzalez","picture":"https://randomuser.me/api/portraits/thumb/men/1.jpg","lastMessage":"1"},{"id":"2","name":"Bryan...

Hello, how do I send the key and secret in a header ? **When I do:** ``` import requests import json headers = {"X-My-App-Auth-Token": "utee3Quaaxohh1Oo"} data = {'key':'value'} data =json.dumps(data)...