aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcrimsonred2015-03-24 18:35:13 +0530
committercrimsonred2015-03-24 18:35:13 +0530
commit51c546fbb00d7cc02af1c6cdace19b3cf3e1b7a2 (patch)
tree3667475e9748191739129b4a31df90fbeea9fac5
parente0f94c137daf482cacf740a55d4dcb4fdfb6c874 (diff)
downloadpubnub-python-51c546fbb00d7cc02af1c6cdace19b3cf3e1b7a2.tar.bz2
Removed 'List Namespaces'
-rw-r--r--python/README.md15
1 files changed, 0 insertions, 15 deletions
diff --git a/python/README.md b/python/README.md
index 0ce3455..33e6235 100644
--- a/python/README.md
+++ b/python/README.md
@@ -244,21 +244,6 @@ pubnub.revoke(channel, authkey, callback=callback, error=callback)
### CHANNEL GROUP METHODS
-```
-#### List Namespaces
-
-# Synchronous usage
-
-print pubnub.channel_group_list_namespaces()
-
-# Asynchronous usage
-
-def callback(message):
- print(message)
-
-pubnub.channel_group_list_namespaces(callback=callback, error=callback)
-```
-
#### List Groups
```