Posts by Geovane C. • 26 points
1 post
-
1
votes2
answers409
viewsA: Send JSON with python to API
An example of sending json to the PHP server data = json.dumps( { exemple: { 'chave':'Valor', 'chave':'Valor' } } ) response = requests.post(URL_WEBSERVICE, data = data, timeout=TIMEOUT_POST,…