15.1. Welcome to Sleepwalker’s documentation!¶
The Sleepwalker Python module simplifies interaction with a RESTful server. It is designed to abstract all HTTP specific details of interaction with a REST server. In particular, the client should not be manually constructing URIs nor defining the specific HTTP methods used to manipulate resources. The URIs and HTTP methods are instead specified in a rest-schema file.
All interaction with the server is through a DataRep
object, which maps to a concrete addressable resource exposed by the
server.
Contents: