Back to Developer Roadmap

REST

src/data/roadmaps/backend/content/[email protected]

4.01.1 KB
Original Source

REST

REST API is an architectural style using standard HTTP methods (GET, POST, PUT, DELETE) to interact with URI-represented resources. It's stateless, requiring complete request information, uses HTTP status codes, and typically communicates via JSON/XML. Popular for simplicity and scalability.

Visit the following resources to learn more: