Wiki

Clone wiki

rest-in-py / Home

This wiki page contains documentation about RESTinpy, a Python library to ease the publication of REST-style web services in Django applications, specially (but not exclusively) those using the Django Model framework.

Tutorial

  1. First, write the '''Hello World''' application in RESTinpy.
  2. Then, learn how to Expose a resource
  3. Learn how to achieve Integration of HTML and REST interfaces
  4. Discover how to securize your resources: Authentication and authorization
  5. Set up Cool URLs for your resources
  6. Provide Resource self-documentation for the clients of your services
  7. Learn how to customize resource Serialization
  8. Discover how to tune a serialization by using Adapters.

Other resources

Updated