Skip to content
This repository has been archived by the owner on Sep 25, 2022. It is now read-only.

gcushen/mezzanine-api

Repository files navigation

Mezzanine API: Transform Mezzanine into a Headless CMS

image

target

PyPi

image

target

https://travis-ci.org/gcushen/mezzanine-api

image

target

https://github.com/gcushen/mezzanine-api/blob/master/LICENSE

No longer maintained - use Wagtail CMS instead

Mezzanine CMS and Mezzanine API are no longer maintained.

To deploy a new CMS with Python, it's recommended to use Wagtail CMS: https://wagtail.org/

Mezzanine API

Mezzanine API is a RESTful web API for the popular Mezzanine content management platform. It is built upon the Django framework, using JSON for serialization and OAuth2 for secure authentication. The API empowers developers to automate, extend and combine Mezzanine with other services such as mobile apps.

Why use the API?

  • Freedom: build mobile, web, or server apps and use whatever programming language you want
  • Speed: harness a significant speed advantage over Mezzanine's Python based page views

Features

  • Intuitive REST API resources for posts, categories, comments, pages, users, and site/app metadata. Retrieving or updating data involves simply sending a HTTP request.
  • Easily filter and search content
  • Industry standard OAuth2 API authentication allows users to authorize and revoke access to third party applications
  • Web browsable API
  • Interactive API resource documentation

Installation, Documentation and Roadmap

Check out the "docs" folder

Screenshot

image

Created by George Cushen