We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2324689 commit 84b950fCopy full SHA for 84b950f
example.py
@@ -19,3 +19,7 @@
19
mysandbox = shorty.Sandbox()
20
mysandbox.shrink(url)
21
22
+# If you require a list of all supported services
23
+# for displaying in your UI as a dropdown menu or such
24
+supported_services = shorty.services.keys()
25
+
0 commit comments