httpbase Client Library

httpbase is base library for creating HTTP clients with as little boilerplate as possible. It is built on top of the excellent requests library and inspired in design by the Django REST Framework. It can be used in scripts for automating tasks as well as the base for client libraries for inter-service communication.

Getting Started

Some resources that can help you get up to started.

API Documentation

Comprehensive reference material for the API exposed by httpbase can be found in the API Documentation