Unnderstanding REST APIs
REST stands for REPRESENTATIONAL STATE TRANSFER. It is an architecture style for designing networked applications. It works by relying on a stateless, client-server communication protocol which in almost all cases is the HTTP.
REST was made to treat ...
alhassanjoshua.hashnode.dev