From 51c546fbb00d7cc02af1c6cdace19b3cf3e1b7a2 Mon Sep 17 00:00:00 2001 From: crimsonred Date: Tue, 24 Mar 2015 18:35:13 +0530 Subject: Removed 'List Namespaces' --- python/README.md | 15 --------------- 1 file changed, 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 ``` -- cgit v1.2.3