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