- 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.
推薦閱讀
- Kibana Essentials
- 從零開始:數(shù)字圖像處理的編程基礎(chǔ)與應(yīng)用
- Computer Vision for the Web
- 測(cè)試驅(qū)動(dòng)開發(fā):入門、實(shí)戰(zhàn)與進(jìn)階
- Pandas Cookbook
- MATLAB定量決策五大類問(wèn)題
- 微信小程序開發(fā)解析
- PhpStorm Cookbook
- FPGA Verilog開發(fā)實(shí)戰(zhàn)指南:基于Intel Cyclone IV(進(jìn)階篇)
- Learning Laravel's Eloquent
- jQuery炫酷應(yīng)用實(shí)例集錦
- 計(jì)算機(jī)應(yīng)用基礎(chǔ)案例教程
- Java高并發(fā)核心編程(卷1):NIO、Netty、Redis、ZooKeeper
- Instant PHP Web Scraping
- Android系統(tǒng)下Java編程詳解