diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/index.rst | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/docs/index.rst b/docs/index.rst index 4788c205..bad8b100 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -3,9 +3,15 @@ FlyWheel Documentation This is the online documentation for FlyWheel - A REST framework for Django. +Some of FlyWheel's features: + * Clean, simple, class-based views for Resources. -* Easy input validation using Forms and ModelForms. -* Self describing APIs, with HTML and Plain Text outputs. +* Support for ModelResources with nice default implementations and input validation. +* Automatically provides a browse-able self-documenting API. +* Pluggable Emitters, Parsers and Authenticators - Easy to customise. +* Content type negotiation using Accept headers. +* Optional support for forms as input validation. +* Modular architecture - Easy to extend and modify. .. toctree:: :maxdepth: 1 |
