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:
Vartan Benohanian
2020-09-16 22:42:50 -04:00
parent 359f8126a1
commit f814c51b53
4 changed files with 354 additions and 1 deletions
+34
View File
@@ -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
View File
@@ -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"
}
]
}
}