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.
- 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
Please visit http://gcushen.github.io/mezzanine-api
Created by George Cushen