This package is a simple implementation of a REST client library.
REST connection class.
Delete a resource from the server.
Location is the relative location on the server to use.
A RESTUnexpectedCode will be raised if an unexpected response comes back from the server.
Get a resource from the server.
Location is the relative location on the server to use.
A RESTUnexpectedCode will be raised if an unexpected response comes back from the server.
Post (modify) a resource on the server.
Location is the relative location on the server to use.
A RESTUnexpectedCode will be raised if an unexpected response comes back from the server.
Put a (new) resource on the server.
Location is the relative location on the server to use.
A RESTUnexpectedCode will be raised if an unexpected response comes back from the server.
Classes for JSON to object.
@warning: This module is still in heavy flux.
Logger setup
Shortcut to get a logging object.
Level is a string representing the lowest level to log.