jinhyung's blog
로그인
jinhyung's blog
로그인
[DRF] Browsable API
Jinhyung Rhee
·
2022년 8월 10일
팔로우
0
drf
0
[인프런] Django REST Framework 핵심사항
목록 보기
1/14
DRF Browsable API 모드
api 모드
:
http://127.0.0.1:8000/users/?format=api
json 모드
:
http://127.0.0.1:8000/users/?format=json
요청하는 사람에 따라 default 모드가 다름
browser에서 요청 : api 모드 (=Browsable API)
client에서 요청 : json
client : curl / httpie / postman / vue.js / react.js
Reference
https://www.inflearn.com/course/%EC%9E%A5%EA%B3%A0-drf/dashboard
Jinhyung Rhee
기록하는 습관
팔로우
다음 포스트
[DRF] settings.py에서 인증 기능 설정
0개의 댓글
댓글 작성