Skip to content
Michael Jolin edited this page Jun 28, 2017 · 26 revisions

Welcome to the management-api wiki!

The library is used to create a basic REST API with user and permission management.

To use this library

Clone or copy this project inside your as a library

myproject
  +-- myproject
  |     +-- server.py
  +-- cause
  |     +-- api
  |     |    +-- management

Example of server.py file

Clone this wiki locally