HTTP POST with json: Documentation
-
Hi all, wish to use HTTP POST (urequests library) to post some sensor data in json format. I can't find any topcis covering this in the documentation. Surely it exists, can anybody point me in the right direction? So far I only found this post, cheers
https://forum.pycom.io/topic/954/send-data-requests-http-post-solved/36
-
Hi @robmarkcole this isn't in our docs as it isnt a core library, however it is commonly used so I'll draw up the documentation for it.
-