REST APIs: Concepts, Methods & URL Anatomy (with NestJS examples)
What is a REST API (in plain words)?
A REST API is an HTTP-based interface that follows the Representational State Transfer principles. If your API follows these principles, we call it “RESTful.”
At a high level: a client (browser, mobile app, anothe...
innosufiyan.hashnode.dev4 min read