0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-11-30 01:46:24 +01:00
wagtail/docs/advanced_topics/api/index.rst

18 lines
540 B
ReStructuredText
Raw Normal View History

2016-09-22 12:15:18 +02:00
===========
Wagtail API
===========
The API module provides a public-facing, JSON-formatted API to allow retrieving
content as raw field data. This is useful for cases like serving content to
non-web clients (such as a mobile phone app) or pulling content out of Wagtail
for use in another site.
2017-08-15 17:51:31 +02:00
See `RFC 8: Wagtail API <https://github.com/wagtail/rfcs/blob/master/text/008-wagtail-api.md#12---stable-and-unstable-versions>`_
2016-09-22 12:15:18 +02:00
for full details on our stabilisation policy.
.. toctree::
:maxdepth: 2
v2/configuration
v2/usage