Programming with MicroPython: urequests & ujson
Please refer to official documentation for urequests and ujson for more details.
Import FutureBoard Library
Import the Library to make use of its functions.
08: urequests & ujson
Import urequests and ujson
1. Get Data from API
Paste the GET request url of the API into the api_url parameter.
Extract the data from parameter data.
Last updated