Node: removed 'theatre_link'

This commit is contained in:
2016-07-07 16:59:23 +02:00
parent bd99972246
commit d76fcfdeba

View File

@@ -1,6 +1,5 @@
import json
import copy
import os.path
from .resource import List
@@ -170,7 +169,6 @@ class Node(List, Find, Create, Post, Update, Delete, Replace):
:returns: a dict like {
'short_code': 'XXXXXX',
'short_link': 'https://blender.cloud/r/XXXXX',
'theatre_link': 'https://blender.cloud/r/XXXXX?t',
}
:rtype: dict
"""
@@ -185,7 +183,6 @@ class Node(List, Find, Create, Post, Update, Delete, Replace):
:returns: a dict like {
'short_code': 'XXXXXX',
'short_link': 'https://blender.cloud/r/XXXXX',
'theatre_link': 'https://blender.cloud/r/XXXXX?t',
}, or an empty dict if the node wasn't shared.
:rtype: dict
"""