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