summaryrefslogtreecommitdiff
path: root/doc/api.rst
diff options
context:
space:
mode:
authorJim Rollenhagen <jim@jimrollenhagen.com>2019-09-26 09:43:27 -0400
committerJim Rollenhagen <jim@jimrollenhagen.com>2019-09-26 09:43:27 -0400
commite9c6edfe510f4ed407f8d2d84b4b931a382b48b3 (patch)
tree94bbd6a34bcf09e99f7ae1be88b19960192d6adb /doc/api.rst
parent1d73d6e50411ebc45fb96a6ed3c63ca91a500323 (diff)
downloadwsme-master.tar.gz
Retire github mirror, repo moved to opendevHEADmaster
Diffstat (limited to 'doc/api.rst')
-rw-r--r--doc/api.rst45
1 files changed, 0 insertions, 45 deletions
diff --git a/doc/api.rst b/doc/api.rst
deleted file mode 100644
index dc61f98..0000000
--- a/doc/api.rst
+++ /dev/null
@@ -1,45 +0,0 @@
-API
-===
-
-Public API
-----------
-
-:mod:`wsme` -- Essentials
-~~~~~~~~~~~~~~~~~~~~~~~~~
-
-.. module:: wsme
-
-.. autoclass:: signature([return_type, [arg0_type, [arg1_type, ... ] ] ], body=None, status_code=None)
-
-.. autoclass:: wsme.types.Base
-.. autoclass:: wsattr
-.. autoclass:: wsproperty
-
-.. data:: Unset
-
- Default value of the complex type attributes.
-
-.. autoclass:: WSRoot
- :members:
-
-Internals
----------
-
-:mod:`wsme.types` -- Types
-~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-.. automodule:: wsme.types
- :members: register_type
-
-:mod:`wsme.api` -- API related api
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-.. automodule:: wsme.api
- :members: FunctionArgument, FunctionDefinition
-
-:mod:`wsme.rest.args` -- REST protocol argument handling
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-.. automodule:: wsme.rest.args
- :members:
-