]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mgr/dashboard_v2: Added `RESTResource` Python class.
authorSebastian Wagner <sebastian.wagner@suse.com>
Wed, 24 Jan 2018 10:50:43 +0000 (11:50 +0100)
committerRicardo Dias <rdias@suse.com>
Mon, 5 Mar 2018 13:06:58 +0000 (13:06 +0000)
commit59eb1490d8745c6e13d13b9615d9ffe99eeba7f5
tree1e89a0f18122f9283df7578adf706ccdb6632222
parentc72c01ea1a9d1f2ca81f6f968ad76d4a5951ce83
mgr/dashboard_v2: Added `RESTResource` Python class.

This is the base class for providing a RESTful interface to a resource.

Signed-off-by: Sebastian Wagner <sebastian.wagner@suse.com>
src/pybind/mgr/dashboard_v2/restresource.py [new file with mode: 0644]