Q10Internet of Things
Question
2 marks
What is a RESTful API?
Answer
An API adhering to Representational State Transfer architectural constraints.
A RESTful API uses standard HTTP methods (GET, POST, PUT, DELETE) to manage resources. It is widely used in IoT for stateless communication between devices and web services.