Differences between revisions 6 and 7
Revision 6 as of 2012-08-24 13:14:34
Size: 819
Editor: 182
Comment:
Revision 7 as of 2012-11-02 09:04:24
Size: 902
Editor: 182
Comment:
Deletions are marked like this. Additions are marked like this.
Line 8: Line 8:
 * [[https://github.com/tomchristie/django-rest-framework|Django REST Framework]]

RepresentationalStateTransfer REST

HTTP로 리소스를 관리하기 위한 한 형식.

관련정보

7가지 표준 REST 액션들 (예, 블로그 포스트)

URI

대응액션

의미

GET /posts

index

포스트목록

GET /posts/1

show

특정 포스트

GET /posts/1/new

new

포스트 생성

GET /posts/1/edit

edit

포스트 수정

POST /posts

create

새포스트 생성

PUT /posts/1

update

포스트 갱신

DELETE /posts/1

destroy

포스트 삭제

REST (last edited 2014-06-02 17:52:18 by 61)

web biohackers.net