summaryrefslogtreecommitdiff
path: root/docs/gl_objects/snippets.py
diff options
context:
space:
mode:
Diffstat (limited to 'docs/gl_objects/snippets.py')
-rw-r--r--docs/gl_objects/snippets.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/gl_objects/snippets.py b/docs/gl_objects/snippets.py
index ca316c2..e865b0a 100644
--- a/docs/gl_objects/snippets.py
+++ b/docs/gl_objects/snippets.py
@@ -2,6 +2,10 @@
snippets = gl.snippets.list()
# end list
+# public list
+public_snippets = gl.snippets.public()
+# nd public list
+
# get
snippet = gl.snippets.get(snippet_id)
# get the content