REST

engineering

Representational State Transfer is an architectural style for designing networked applications. RESTful APIs use HTTP methods (GET, POST, PUT, DELETE) to perform CRUD operations on resources. Interview questions often cover REST constraints, statelessness, and resource naming conventions.

Seotud Terminid