1 个仓库
Tools and patterns for building RESTful interfaces specifically for Django applications.
Distinct from Django Integrations: Focuses on the intersection of Django's model system and REST API development, distinct from general Django integration.
Explore 1 awesome GitHub repository matching web development · Django REST API Development. Refine with filters or upvote what's useful.
Django Tastypie 是一个用于构建 RESTful Web 服务的框架,将 Django 模型映射到 API 资源。它作为一个基于模型的 API 生成器,自动为数据库模型创建读写端点,以通过 HTTP 实现标准 CRUD 操作。 该项目充当多格式数据序列化器和超媒体 API 映射器。它根据客户端请求将数据库数据转换为各种响应格式(包括 JSON、XML 和 YAML),并将数据库关系转换为用于资源发现的可导航链接。 该工具包包含一个用于用户身份验证的安全实现,使用质询-响应握手以避免传输明文凭据。它还提供了映射复杂数据关系和管理 API 响应序列化的机制。
Provides a framework for building web interfaces that allow external clients to read and write Django database data via HTTP.