Skip to content
benshiue edited this page Aug 30, 2014 · 1 revision

#Booklog 計畫

##API 手冊

CRUD 定義

定義基本的 CRUD REST API:

操作 協定 Express參數
Create POST post()
Read GET get()
Update PUT put()
Delete DELETE delete()
Clone this wiki locally