Differences between revisions 5 and 7 (spanning 2 versions)
Revision 5 as of 2011-08-03 11:01:17
Size: 817
Editor: localhost
Comment: converted to 1.6 markup
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 3: Line 3:
[HTTP]로 리소스를 관리하기 위한 한 형식. [[HTTP]]로 리소스를 관리하기 위한 한 형식.
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