-
Notifications
You must be signed in to change notification settings - Fork 31
Expand file tree
/
Copy pathFunimate.json
More file actions
38 lines (36 loc) · 1023 Bytes
/
Copy pathFunimate.json
File metadata and controls
38 lines (36 loc) · 1023 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
//boiler plate by kakshi
var obj = JSON.parse($response.body);
obj= {
"error" : null,
"data" : {
"user" : {
"total_out_likes" : 2,
"blocked_me" : false,
"is_embassador" : false,
"app_install_date" : 1610054092,
"chat_privacy" : 1,
"total_in_likes" : 0,
"private" : false,
"comment_privacy" : 1,
"duet_privacy" : 0,
"featured_post_count" : 0,
"is_idfa_allowed" : false,
"permission_notification_live" : true,
"permission_notification_follow" : true,
"permission_notification_mention" : true,
"permission_notification_sound" : true,
"total_views" : 0,
"is_pro_user" : true,
"permission_notification_comment" : true,
"video_privacy" : 1,
"lit_post_count" : 0,
"permission_notification_challenge" : true,
"biography" : "",
"featured" : false,
"guest" : false,
"permission_notification_like" : true
}
},
"success" : true
};
$done({body: JSON.stringify(obj)});