client

Restful json client.

Resource

class client.Resource(host, port=None, strict=None, timeout=<object object at 0x17608>)

Synchronous connection which handles json responses.

delete(path)
get(path='/', **params)
post(path, **body)
put(path, **body)

Table Of Contents

Previous topic

server

This Page