summaryrefslogtreecommitdiffstats
path: root/ogcli/objects/modes.py
diff options
context:
space:
mode:
Diffstat (limited to 'ogcli/objects/modes.py')
-rw-r--r--ogcli/objects/modes.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/ogcli/objects/modes.py b/ogcli/objects/modes.py
new file mode 100644
index 0000000..bf175d6
--- /dev/null
+++ b/ogcli/objects/modes.py
@@ -0,0 +1,6 @@
+class OgModes():
+
+ @staticmethod
+ def list_available_modes(rest):
+ r = rest.get('/modes')
+ print(r.json())