wsme/doc/api.rst
Stéphane Bisinger a88c83001f Fix wrong reference to status argument in the docs
Fix the documentation where it sais that wsme.signature takes a status
argument: the actual name of the argument is status_code.

Closes-Bug: #1455563
Change-Id: Ifa3abef5654e5b796285a467fe5e6bce248ef60c
2015-05-26 17:29:45 +00:00

836 B

API

Public API

wsme -- Essentials

wsme

signature([return_type, [arg0_type, [arg1_type, ... ] ] ], body=None, status_code=None)

wsme.types.Base

wsattr

wsproperty

Unset

Default value of the complex type attributes.

WSRoot

Internals

wsme.types -- Types

wsme.types

wsme.api

wsme.rest.args -- REST protocol argument handling

wsme.rest.args