Junior REST API

What is the significance of resources in REST APIs?

In REST, everything is modeled as a resource (users, products, orders). Each resource is

identified by a URI and can be manipulated using standard HTTP methods.

More from ASP.NET Core Web API Tutorial

All questions for this course