- Mastering ASP.NET Web API
- Mithun Pattankar Malendra Hurbuns
- 75字
- 2021-07-02 20:52:27
Level 1
Resources are exposed, but you still have an HTTP method. If you are at Level 0, then changing your web service to return a resource will take you from level 0 to level 1. You still have one HTTP method, but when your method is invoked, your service will pass back a resource:
Request: POST diet/ate Response diet/ate/12789 Request: POST diet/ate Response: diet/ate/99000
There is one endpoint diet/ate still, it returns many resources.
推薦閱讀
- VMware View Security Essentials
- Mastering Zabbix(Second Edition)
- 深入淺出WPF
- Software Testing using Visual Studio 2012
- 高級C/C++編譯技術(典藏版)
- Web全棧工程師的自我修養
- PySide GUI Application Development(Second Edition)
- C#程序設計
- 大學計算機基礎實驗指導
- Everyday Data Structures
- 深度探索Go語言:對象模型與runtime的原理特性及應用
- Advanced Python Programming
- HTML5移動Web開發
- Java程序設計實用教程(第2版)
- Monitoring Docker