RESTful APIs follow architectural principles to provide scalable and maintainable web services.
Total Questions
2
Display Order
#50
Category
Backend
A REST API follows principles like stateless communication and resource-based URLs.
GET, POST, PUT, DELETE, PATCH.