forked from tweepy/tweepy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtestlistsmemberships.json
98 lines (98 loc) · 3.3 KB
/
testlistsmemberships.json
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
{
"version": 1,
"interactions": [
{
"response": {
"status": {
"message": "OK",
"code": 200
},
"body": {
"string": "{\"next_cursor\":0,\"next_cursor_str\":\"0\",\"previous_cursor\":0,\"previous_cursor_str\":\"0\",\"lists\":[]}"
},
"headers": {
"content-length": [
"96"
],
"x-transaction": [
"005e188300ef9c33"
],
"last-modified": [
"Sat, 05 Nov 2016 21:43:53 GMT"
],
"x-rate-limit-reset": [
"1478382704"
],
"strict-transport-security": [
"max-age=631138519"
],
"server": [
"tsa_b"
],
"cache-control": [
"no-cache, no-store, must-revalidate, pre-check=0, post-check=0"
],
"x-content-type-options": [
"nosniff"
],
"x-rate-limit-remaining": [
"73"
],
"date": [
"Sat, 05 Nov 2016 21:43:53 GMT"
],
"x-twitter-response-tags": [
"BouncerCompliant"
],
"x-rate-limit-limit": [
"75"
],
"x-frame-options": [
"SAMEORIGIN"
],
"status": [
"200 OK"
],
"x-xss-protection": [
"1; mode=block"
],
"content-disposition": [
"attachment; filename=json.json"
],
"expires": [
"Tue, 31 Mar 1981 05:00:00 GMT"
],
"content-type": [
"application/json;charset=utf-8"
],
"set-cookie": [
"lang=en; Path=/",
"guest_id=v1%3A147838223345354983; Domain=.twitter.com; Path=/; Expires=Mon, 05-Nov-2018 21:43:53 UTC"
],
"pragma": [
"no-cache"
],
"x-access-level": [
"read-write-directmessages"
],
"x-response-time": [
"19"
],
"x-connection-hash": [
"45a7099d36a00bb9ad5b380e0c21d627"
]
}
},
"request": {
"method": "GET",
"uri": "https://api.twitter.com/1.1/lists/memberships.json",
"body": null,
"headers": {
"Host": [
"api.twitter.com"
]
}
}
}
]
}