• 授权协议:BSD
  • 开发厂商:-
  • 软件语言:Python
  • 更新日期:2012-02-07
Tastypie

Tastypie 是为 Django 框架提供的 Web 服务 API,提供了常规的、强大以及高可定制的、抽象的创建 RESTful 风格接口的工具。Install using Pip: pip install django-tastypie Add to installed apps: INSTALLED_APPS += ['tastypie'] Syncdb: ./manage.py syncdb Create your resource Hook them up in the URLconf

Tastypie Django的Web服务接口 项目简介

Tastypie 是为 Django 框架提供的 Web 服务 API,提供了常规的、强大以及高可定制的、抽象的创建 RESTful 风格接口的工具。 特性: Full GET/POST/PUT/DELETE/PATCH support Reasonable defaults Designed to be extended at every turn A variety of serialization formats (JSON/XML/YAML/bplist) HATEOAS by default Well-tested & well-documented 开始使用: Install using Pip: pip install django-tastypie Add to installed apps: INSTALLED_APPS += ['tastypie'] Syncdb: ./manage.py syncdb Create your resource(s) Hook them up in the URLconf

Tastypie Django的Web服务接口 评论内容