Question

If I perform all my operations (add item to cart, check out etc) by calls to controller methods that return JSON to my knockout.js presentation layer, can my application be considered restful?

Was it helpful?

Solution

Not really. There is nothing available to respond to HTTP verbs other than GET and POST. If you want you can use an ApiController class This is designed as a restful controller.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top