DEV Community

Discussion on: Understanding REST api

Collapse
 
vlasales profile image
Vlastimil Pospichal

(GET,POST,PUT,PATCH,DELETE) is not enough. You can use those methods much more. It is also very interesting to use Content-Type headers, which can be used to specify the desired output format.

Collapse
 
whoadarshpandya profile image
Adarsh Pandya

You're 100% right , but we have to abstract it since it's for beginners :)