Add more methods to LiveThreadService
- Create a live thread - Get a live thread's contributors - Accept an invite to contribute to a live thread - Leave a live thread Signed-off-by: Vartan Benohanian <vartanbeno@gmail.com>
This commit is contained in:
@@ -0,0 +1,34 @@
|
||||
[
|
||||
{
|
||||
"kind": "UserList",
|
||||
"data": {
|
||||
"children": [
|
||||
{
|
||||
"rel_id": null,
|
||||
"permissions": ["all"],
|
||||
"id": "t2_test1",
|
||||
"name": "test1"
|
||||
},
|
||||
{
|
||||
"rel_id": null,
|
||||
"permissions": ["all"],
|
||||
"id": "t2_test2",
|
||||
"name": "test2"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"kind": "UserList",
|
||||
"data": {
|
||||
"children": [
|
||||
{
|
||||
"rel_id": null,
|
||||
"permissions": ["manage", "discussions"],
|
||||
"id": "t2_test3",
|
||||
"name": "test3"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
+19
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"kind": "UserList",
|
||||
"data": {
|
||||
"children": [
|
||||
{
|
||||
"rel_id": null,
|
||||
"permissions": ["all"],
|
||||
"id": "t2_test1",
|
||||
"name": "test1"
|
||||
},
|
||||
{
|
||||
"rel_id": null,
|
||||
"permissions": ["all"],
|
||||
"id": "t2_test2",
|
||||
"name": "test2"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user