wagtailapi

UNKNOWN


License
BSD-3-Clause
Install
pip install wagtailapi==1.0b3

Documentation

Build Status

NOTE: This module is now part of Wagtail (1.0+) and is no longer maintained: http://docs.wagtail.io/en/v1.0rc2/reference/contrib/api/index.html

Wagtail API

The wagtailapi module can be used to create a read-only, JSON-based API for public Wagtail content.

There are three endpoints to the API:

  • Pages: /api/v1/pages/
  • Images: /api/v1/images/
  • Documents: /api/v1/documents/

See Installation and Configuration if you want to add this module to your Wagtail site.

See Usage for documentation on the API.