apibuilder

Library for building simple REST APIs and clients


License
Other
Install
pip install apibuilder==0.1.0

Documentation

API Builder

Build
Status Coverage
Status

API Builder is a python library for building APIs. To install it, simply run

pip install git+https://github.com/MIT-CityFARM/apibuilder.git

Alternatively, you can clone the repository by running

git clone git://github.com/MIT-CityFARM/apibuilder.git

Documentation for this library is available here and in the docs folder of this repository.

Some example APIs built using this library can be found in the examples folder.

You can run the tests in the tests directory by running

python setup.py nosetests