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:

15.1.4. Indices and tables

15.1.5. License

This Sleepwalker documentation is provided “AS IS” and without any warranty or indemnification. Any sample code or scripts included in the documentation are licensed under the terms and conditions of the MIT License. See the License page for more information.