There was an error while loading. Please reload this page.
2 parents 736fece + 5c16c8d commit 85f2388Copy full SHA for 85f2388
1 file changed
docs/gl_objects/snippets.py
@@ -8,7 +8,10 @@
8
9
# get
10
snippet = gl.snippets.get(snippet_id)
11
-# get the content
+# get the content - API v4
12
+content = snippet.content()
13
+
14
+# get the content - API v3
15
content = snippet.raw()
16
# end get
17
0 commit comments