Node: removed 'theatre_link'
This commit is contained in:
@@ -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
|
||||||
"""
|
"""
|
||||||
|
|||||||
Reference in New Issue
Block a user