/mezzanine-api

RESTful web API for Mezzanine CMS

Primary LanguagePythonBSD 2-Clause "Simplified" LicenseBSD-2-Clause

Mezzanine API

https://travis-ci.org/gcushen/mezzanine-api.svg?branch=master

Mezzanine API is a RESTful API using JSON serialization and protected with OAuth 2. It is an extension for the Mezzanine content management platform, built using the Django framework. The API empowers developers to automate, extend and combine Mezzanine with other services such as Ember.js or a mobile app.

Features

  • REST API resources for posts, comments, pages, users, categories and public site data
  • Apply filters and search queries to narrow down results
  • OAuth 2.0 allows users to authorize and revoke access to third party applications
  • Web browsable API
  • Interactive API Resource Documentation

Installation, Documentation and Roadmap

Please visit http://gcushen.github.io/mezzanine-api

Screenshot

http://gcushen.github.io/mezzanine-api/img/api_resources_scaled.png

Created by George Cushen