Skip to content
This repository has been archived by the owner on Jan 8, 2020. It is now read-only.

Latest commit

 

History

History
232 lines (169 loc) · 9.86 KB

tangelo-py.rst

File metadata and controls

232 lines (169 loc) · 9.86 KB

Python Web Service API

The web service API is a collection of Python functions meant to help write web service scripts in as "Pythonic" a way as possible. The functionality is divided into severul areas: core services for generally useful utilities; HTTP interaction, for manipulating request headers, retrieving request bodies, and formatting errors; and web service utilities to supercharge Python services.

Core Services

HTTP Interaction

Web Services Utilities