REST API

REST:REpresentational State Transfer

RESTful Web Service:以HTTP為基礎
1. 所有API或是以Resource的形式存在
2. 可以接受與返回某個 MIME-Type,常見JSON格式,可以回傳PNG/JPG/TXT等格式
3. 對資源的操作會支援各種請求方法(例如GET, POST, PUT ,DELETE)

WADL:Web Application Description Language
URI:Uniform Resource Identifier
CRUD:Create, Read, Update, Delete

This entry was posted in 名詞解釋. Bookmark the permalink.