apikeeper

Open source API gateway, asynchronous, fast and simple.

Quick Start

apikeeper is available on PyPI and can be installed with pip.

$ pip install apikeeper

After installing apikeeper you can use it like any other Python module.

Here is a simple example:

import apikeeper
# Fill this section in with the common use-case.