summaryrefslogtreecommitdiffstats
path: root/ogcli/objects
diff options
context:
space:
mode:
Diffstat (limited to 'ogcli/objects')
-rw-r--r--ogcli/objects/__init__.py0
-rw-r--r--ogcli/objects/modes.py6
-rw-r--r--ogcli/objects/og_client.py6
-rw-r--r--ogcli/objects/og_scopes.py6
4 files changed, 0 insertions, 18 deletions
diff --git a/ogcli/objects/__init__.py b/ogcli/objects/__init__.py
deleted file mode 100644
index e69de29..0000000
--- a/ogcli/objects/__init__.py
+++ /dev/null
diff --git a/ogcli/objects/modes.py b/ogcli/objects/modes.py
deleted file mode 100644
index bf175d6..0000000
--- a/ogcli/objects/modes.py
+++ /dev/null
@@ -1,6 +0,0 @@
-class OgModes():
-
- @staticmethod
- def list_available_modes(rest):
- r = rest.get('/modes')
- print(r.json())
diff --git a/ogcli/objects/og_client.py b/ogcli/objects/og_client.py
deleted file mode 100644
index ca91036..0000000
--- a/ogcli/objects/og_client.py
+++ /dev/null
@@ -1,6 +0,0 @@
-class OgClient():
-
- @staticmethod
- def list_clients(rest):
- r = rest.get('/clients')
- print(r.json())
diff --git a/ogcli/objects/og_scopes.py b/ogcli/objects/og_scopes.py
deleted file mode 100644
index 0bf3ca8..0000000
--- a/ogcli/objects/og_scopes.py
+++ /dev/null
@@ -1,6 +0,0 @@
-class OgScope():
-
- @staticmethod
- def list_scopes(rest):
- r = rest.get('/scopes')
- print(r.json())