Where is documentation on u* libs like urequests?

All ESP8266 boards running MicroPython.
Official boards are the Adafruit Huzzah and Feather boards.
Target audience: MicroPython users with an ESP8266 board.
Post Reply
hansamann
Posts: 7
Joined: Thu Jun 09, 2016 1:37 pm

Where is documentation on u* libs like urequests?

Post by hansamann » Tue Jan 03, 2017 3:34 pm

Hi all,

I remember from the kickstarter updates, that libraries like urequests are implemented. I would like to make some web requests the easy way and then act accordingly with the hardware for example. Somehow I cannot find the documentation or examples for these libs any more. Where are the docs for the "easy" http with micropython like urequests?

jamesb
Posts: 13
Joined: Tue Nov 29, 2016 3:31 am

Re: Where is documentation on u* libs like urequests?

Post by jamesb » Wed Jan 04, 2017 2:11 am

I don't know in general, but the urequests code is here:
https://github.com/micropython/micropyt ... /urequests

Post Reply