[DRF] Browsable API

Jinhyung Rhee·2022년 8월 10일
0

DRF Browsable API 모드

  1. api 모드 : http://127.0.0.1:8000/users/?format=api
  2. json 모드 : http://127.0.0.1:8000/users/?format=json

요청하는 사람에 따라 default 모드가 다름

  1. browser에서 요청 : api 모드 (=Browsable API)
  2. client에서 요청 : json
    • client : curl / httpie / postman / vue.js / react.js

Reference

https://www.inflearn.com/course/%EC%9E%A5%EA%B3%A0-drf/dashboard

profile
기록하는 습관

0개의 댓글