appengine-rest-server is a drop-in server for Google App Engine applications that exposes your data model via a REST API with no extra work.
| Tags | REST app engine AppEngine Google XML JSON |
|---|---|
| Licenses | Apache 2.0 |
| Implementation | Python Google app engine |
Recent releases


Release Notes: This release fixes a few minor issues with JSON formatting, primarily around list handling.


Release Notes: This release adds support for ETags and the various related HTTP headers such as If-None-Match. This support can allow for much more efficient data management. A few other minor bugfixes were made.


Release Notes: This version fixes a wide variety of small issues and adds a variety of new features. The biggest feature in this release was adding support for running the app-engine-rest-server using the new python27 runtime.


Release Notes: This release includes a variety of minor bug fixes and enhancements. Some changes were made to make it easier to use the JSON format, and some fixes were made for handling JSON data. There were also fixes made around handling Lists, dynamic properties, and Keys.


Release Notes: This release includes fixes for a variety of minor issues.