https://parse.com/docs/rest
淺談 REST 軟體架構風格 - 如何設計 RESTful Web Service?
https://blog.toright.com/posts/1399/
https://blog.toright.com/posts/725/
功能 | URI | HTTP Method | Request | Response | Status Code |
---|---|---|---|---|---|
新增 | http://book.com/books | POST | void | 200|400 | |
刪除 | http://book.com/books/{isbn} | DELETE | void | void | 200|400|404 |
修改 | http://book.com/books/{isbn} | PUT | void | 200|400|404 | |
查詢 | http://book.com/books/{isbn} | GET | void | 200|400|404 | |
列表 | http://book.com/books | GET | void | 200|400|404 |
Build a RESTful API Using Node and Express 4
https://scotch.io/tutorials/build-a-restful-api-using-node-and-express-4
沒有留言:
張貼留言