Skip to main content

Full featured (but generic) headless API for wikis

Project description

flask-camp is a flask extension that build an full featured (but generic) wiki REST API.

Installation

pip install flask-camp

Usage

from flask import Flask
from flask_camp import RestApi

app = Flask(__name__)
api = RestApi(app)

Run your app

You'll need a running redis on port 6379 and a postgresql on port 5432. If you don't have it, just run flask_camp dev_env before running your app (requires docker).

flask --debug run

All possible endpoints with a short explanation are visible on root page: http://localhost:5000

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

Flask-Camp-0.0.25.tar.gz (64.5 kB view hashes)

Uploaded Source

Built Distribution

Flask_Camp-0.0.25-py3-none-any.whl (44.7 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page