018 – ESP32 MicroPython: Thingspeak | RESTful APIs
REST API is one of the most popular API types. REST stands for REpresentational State Transfer which is also known as RESTful APIs. It is designed to take advantage of existing protocol. It can be used over any existing protocol, but it is typically used over HTTP when used on web applications. A RESTful API is an application program interface that uses HTTP requests to GET, PUT, POST and DELETE data.