Using WiFi in the Raspberry Pi Pico (Part 5)
In this post we will see how to access a REST API with the Raspberry Pi Pico W, using the SDK C/C++ and MicroPython. An example of a call to a RESP API, using Postman Basically, a REST API is uses an HTTP method (like GET and POST) to access and manipulate "resources".