随笔分类 - 5.01 |— DRF-API指南
摘要:1、View 1、基于类的视图 Class-based Views REST framework提供APIView是Django的View的子类发送到View的Request请求:是REST framework的Request类的实例,而不是Django的HttpRequest类的实例View返回的
阅读全文
摘要:参考文档 http://www.iamnancy.top/djangorestframework/Responses/ https://q1mi.github.io/Django-REST-framework-documentation/api-guide/requests_zh/ https://
阅读全文