API Development: REST API Semantics
“The power of modern distributed web systems comes from the interaction between REST APIs and the applications that consume them. Such complex interactions are made possible partly by common REST API standards such as verb usage (GET POST PUT and DELETE) and standardized API routes.
In this course you ll learn how to create and consume the following REST API methods: GET POST PUT and DELETE. You ll also learn how to implement REST API route constrAInts.”