cityz

Example of a RESTful API in Pyramid framwork

Stars
10

CityZ

Source code for series of articles about writing RESTful API using Pyramid framework.

  1. Building a RESTful API with Pyramid - Setup tagged as setup-part1.
  2. Building a RESTful API with Pyramid - Resource and Traversal
  3. Building a RESTful API with Pyramid - Generic Resources
  4. Building a RESTful API with Pyramid - Data Validation
  5. Building a RESTful API with Pyramid - Towards Production API
  6. Building a RESTful API with Pyramid - Authentication and ACL