Mastodonplus.py/tests/cassettes/test_list_add_remove_account.yaml

398 líneas
16 KiB
YAML
Original Vista normal Històric

2018-05-06 15:42:38 +02:00
interactions:
- request:
body: title=ham+burglars
headers:
Accept: ['*/*']
Accept-Encoding: ['gzip, deflate']
Authorization: [Bearer __MASTODON_PY_TEST_ACCESS_TOKEN]
Connection: [keep-alive]
Content-Length: ['18']
Content-Type: [application/x-www-form-urlencoded]
2018-07-14 01:07:26 +02:00
User-Agent: [python-requests/2.18.4]
2018-05-06 15:42:38 +02:00
method: POST
uri: http://localhost:3000/api/v1/lists
response:
2019-06-22 15:28:27 +02:00
body: {string: '{"id":"3","title":"ham burglars"}'}
2018-05-06 15:42:38 +02:00
headers:
2019-06-22 15:28:27 +02:00
Cache-Control: ['no-cache, no-store']
2018-05-06 15:42:38 +02:00
Content-Type: [application/json; charset=utf-8]
2018-06-05 22:10:31 +02:00
Referrer-Policy: [strict-origin-when-cross-origin]
2018-05-06 15:42:38 +02:00
Transfer-Encoding: [chunked]
Vary: ['Accept-Encoding, Origin']
X-Content-Type-Options: [nosniff]
2018-06-05 22:10:31 +02:00
X-Download-Options: [noopen]
2018-05-06 15:42:38 +02:00
X-Frame-Options: [SAMEORIGIN]
2018-06-05 22:10:31 +02:00
X-Permitted-Cross-Domain-Policies: [none]
2019-06-22 15:28:27 +02:00
X-Request-Id: [b41ce740-9bdc-450d-9673-6120aad25e27]
X-Runtime: ['0.043715']
2018-05-06 15:42:38 +02:00
X-XSS-Protection: [1; mode=block]
2019-06-22 15:28:27 +02:00
content-length: ['33']
2018-05-06 15:42:38 +02:00
status: {code: 200, message: OK}
- request:
body: null
headers:
Accept: ['*/*']
Accept-Encoding: ['gzip, deflate']
Authorization: [Bearer __MASTODON_PY_TEST_ACCESS_TOKEN_2]
Connection: [keep-alive]
2018-07-14 01:07:26 +02:00
User-Agent: [python-requests/2.18.4]
2018-05-06 15:42:38 +02:00
method: GET
uri: http://localhost:3000/api/v1/accounts/verify_credentials
response:
2019-06-22 15:28:27 +02:00
body: {string: '{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T12:42:50.096Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":1,"following_count":0,"statuses_count":0,"source":{"privacy":"public","sensitive":false,"language":null,"note":"","fields":[]},"emojis":[],"fields":[]}'}
2018-05-06 15:42:38 +02:00
headers:
2019-06-22 15:28:27 +02:00
Cache-Control: ['no-cache, no-store']
2018-05-06 15:42:38 +02:00
Content-Type: [application/json; charset=utf-8]
2018-06-05 22:10:31 +02:00
Referrer-Policy: [strict-origin-when-cross-origin]
2018-05-06 15:42:38 +02:00
Transfer-Encoding: [chunked]
Vary: ['Accept-Encoding, Origin']
X-Content-Type-Options: [nosniff]
2018-06-05 22:10:31 +02:00
X-Download-Options: [noopen]
2018-05-06 15:42:38 +02:00
X-Frame-Options: [SAMEORIGIN]
2018-06-05 22:10:31 +02:00
X-Permitted-Cross-Domain-Policies: [none]
2019-06-22 15:28:27 +02:00
X-Request-Id: [6fbf035d-a73c-4178-82e7-12a3abd321b4]
X-Runtime: ['0.023119']
2018-05-06 15:42:38 +02:00
X-XSS-Protection: [1; mode=block]
content-length: ['609']
2018-05-06 15:42:38 +02:00
status: {code: 200, message: OK}
- request:
2018-07-30 23:19:51 +02:00
body: reblogs=1&id=1
2018-05-06 15:42:38 +02:00
headers:
Accept: ['*/*']
Accept-Encoding: ['gzip, deflate']
Authorization: [Bearer __MASTODON_PY_TEST_ACCESS_TOKEN]
Connection: [keep-alive]
2018-07-30 23:19:51 +02:00
Content-Length: ['14']
2018-07-30 20:25:25 +02:00
Content-Type: [application/x-www-form-urlencoded]
2018-07-14 01:07:26 +02:00
User-Agent: [python-requests/2.18.4]
2018-05-06 15:42:38 +02:00
method: POST
uri: http://localhost:3000/api/v1/accounts/1/follow
response:
body: {string: '{"id":"1","following":true,"showing_reblogs":true,"followed_by":false,"blocking":false,"blocked_by":false,"muting":false,"muting_notifications":false,"requested":false,"domain_blocking":false,"endorsed":false}'}
2018-05-06 15:42:38 +02:00
headers:
2019-06-22 15:28:27 +02:00
Cache-Control: ['no-cache, no-store']
2018-05-06 15:42:38 +02:00
Content-Type: [application/json; charset=utf-8]
2018-06-05 22:10:31 +02:00
Referrer-Policy: [strict-origin-when-cross-origin]
2018-05-06 15:42:38 +02:00
Transfer-Encoding: [chunked]
Vary: ['Accept-Encoding, Origin']
X-Content-Type-Options: [nosniff]
2018-06-05 22:10:31 +02:00
X-Download-Options: [noopen]
2018-05-06 15:42:38 +02:00
X-Frame-Options: [SAMEORIGIN]
2018-06-05 22:10:31 +02:00
X-Permitted-Cross-Domain-Policies: [none]
2019-06-22 15:28:27 +02:00
X-Request-Id: [e397737b-a685-4e0d-8e56-c5fbb7716be2]
X-Runtime: ['0.034676']
2018-05-06 15:42:38 +02:00
X-XSS-Protection: [1; mode=block]
content-length: ['209']
2018-05-06 15:42:38 +02:00
status: {code: 200, message: OK}
- request:
body: account_ids%5B%5D=1
headers:
Accept: ['*/*']
Accept-Encoding: ['gzip, deflate']
Authorization: [Bearer __MASTODON_PY_TEST_ACCESS_TOKEN]
Connection: [keep-alive]
Content-Length: ['19']
Content-Type: [application/x-www-form-urlencoded]
2018-07-14 01:07:26 +02:00
User-Agent: [python-requests/2.18.4]
2018-05-06 15:42:38 +02:00
method: POST
2019-06-22 15:28:27 +02:00
uri: http://localhost:3000/api/v1/lists/3/accounts
2018-05-06 15:42:38 +02:00
response:
body: {string: '{}'}
headers:
2019-06-22 15:28:27 +02:00
Cache-Control: ['no-cache, no-store']
2018-05-06 15:42:38 +02:00
Content-Type: [application/json; charset=utf-8]
2018-06-05 22:10:31 +02:00
Referrer-Policy: [strict-origin-when-cross-origin]
2018-05-06 15:42:38 +02:00
Transfer-Encoding: [chunked]
Vary: ['Accept-Encoding, Origin']
X-Content-Type-Options: [nosniff]
2018-06-05 22:10:31 +02:00
X-Download-Options: [noopen]
2018-05-06 15:42:38 +02:00
X-Frame-Options: [SAMEORIGIN]
2018-06-05 22:10:31 +02:00
X-Permitted-Cross-Domain-Policies: [none]
2019-06-22 15:28:27 +02:00
X-Request-Id: [7df89e97-661f-4b96-bef8-c89326ff70a9]
X-Runtime: ['0.056773']
2018-05-06 15:42:38 +02:00
X-XSS-Protection: [1; mode=block]
content-length: ['2']
status: {code: 200, message: OK}
- request:
body: null
headers:
Accept: ['*/*']
Accept-Encoding: ['gzip, deflate']
Authorization: [Bearer __MASTODON_PY_TEST_ACCESS_TOKEN]
Connection: [keep-alive]
2018-07-14 01:07:26 +02:00
User-Agent: [python-requests/2.18.4]
2018-05-06 15:42:38 +02:00
method: GET
2019-06-22 15:28:27 +02:00
uri: http://localhost:3000/api/v1/lists/3/accounts
2018-05-06 15:42:38 +02:00
response:
2019-06-22 15:28:27 +02:00
body: {string: '[{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T12:42:50.096Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":1,"following_count":0,"statuses_count":0,"emojis":[],"fields":[]}]'}
2018-05-06 15:42:38 +02:00
headers:
2019-06-22 15:28:27 +02:00
Cache-Control: ['no-cache, no-store']
2018-05-06 15:42:38 +02:00
Content-Type: [application/json; charset=utf-8]
2019-06-22 15:28:27 +02:00
Link: ['<http://localhost:3000/api/v1/lists/3/accounts?since_id=1>; rel="prev"']
2018-06-05 22:10:31 +02:00
Referrer-Policy: [strict-origin-when-cross-origin]
2018-05-06 15:42:38 +02:00
Transfer-Encoding: [chunked]
Vary: ['Accept-Encoding, Origin']
X-Content-Type-Options: [nosniff]
2018-06-05 22:10:31 +02:00
X-Download-Options: [noopen]
2018-05-06 15:42:38 +02:00
X-Frame-Options: [SAMEORIGIN]
2018-06-05 22:10:31 +02:00
X-Permitted-Cross-Domain-Policies: [none]
2019-06-22 15:28:27 +02:00
X-Request-Id: [96ba134e-49e8-4dc2-8226-4483d24b4037]
X-Runtime: ['0.021782']
2018-05-06 15:42:38 +02:00
X-XSS-Protection: [1; mode=block]
content-length: ['525']
2018-05-06 15:42:38 +02:00
status: {code: 200, message: OK}
- request:
body: null
headers:
Accept: ['*/*']
Accept-Encoding: ['gzip, deflate']
Authorization: [Bearer __MASTODON_PY_TEST_ACCESS_TOKEN]
Connection: [keep-alive]
Content-Length: ['0']
2018-07-14 01:07:26 +02:00
User-Agent: [python-requests/2.18.4]
2018-05-06 15:42:38 +02:00
method: POST
uri: http://localhost:3000/api/v1/accounts/1/unfollow
response:
body: {string: '{"id":"1","following":false,"showing_reblogs":false,"followed_by":false,"blocking":false,"blocked_by":false,"muting":false,"muting_notifications":false,"requested":false,"domain_blocking":false,"endorsed":false}'}
2018-05-06 15:42:38 +02:00
headers:
2019-06-22 15:28:27 +02:00
Cache-Control: ['no-cache, no-store']
2018-05-06 15:42:38 +02:00
Content-Type: [application/json; charset=utf-8]
2018-06-05 22:10:31 +02:00
Referrer-Policy: [strict-origin-when-cross-origin]
2018-05-06 15:42:38 +02:00
Transfer-Encoding: [chunked]
Vary: ['Accept-Encoding, Origin']
X-Content-Type-Options: [nosniff]
2018-06-05 22:10:31 +02:00
X-Download-Options: [noopen]
2018-05-06 15:42:38 +02:00
X-Frame-Options: [SAMEORIGIN]
2018-06-05 22:10:31 +02:00
X-Permitted-Cross-Domain-Policies: [none]
2019-06-22 15:28:27 +02:00
X-Request-Id: [c09bce26-3ff1-4bb8-b7dc-59a9e8e01aa6]
X-Runtime: ['0.053762']
2018-05-06 15:42:38 +02:00
X-XSS-Protection: [1; mode=block]
content-length: ['211']
2018-05-06 15:42:38 +02:00
status: {code: 200, message: OK}
- request:
body: null
headers:
Accept: ['*/*']
Accept-Encoding: ['gzip, deflate']
Authorization: [Bearer __MASTODON_PY_TEST_ACCESS_TOKEN]
Connection: [keep-alive]
2018-07-14 01:07:26 +02:00
User-Agent: [python-requests/2.18.4]
2018-05-06 15:42:38 +02:00
method: GET
2019-06-22 15:28:27 +02:00
uri: http://localhost:3000/api/v1/lists/3/accounts
2018-05-06 15:42:38 +02:00
response:
body: {string: '[]'}
headers:
2019-06-22 15:28:27 +02:00
Cache-Control: ['no-cache, no-store']
2018-05-06 15:42:38 +02:00
Content-Type: [application/json; charset=utf-8]
2018-06-05 22:10:31 +02:00
Referrer-Policy: [strict-origin-when-cross-origin]
2018-05-06 15:42:38 +02:00
Transfer-Encoding: [chunked]
Vary: ['Accept-Encoding, Origin']
X-Content-Type-Options: [nosniff]
2018-06-05 22:10:31 +02:00
X-Download-Options: [noopen]
2018-05-06 15:42:38 +02:00
X-Frame-Options: [SAMEORIGIN]
2018-06-05 22:10:31 +02:00
X-Permitted-Cross-Domain-Policies: [none]
2019-06-22 15:28:27 +02:00
X-Request-Id: [a2702584-316c-4f75-b6d1-b0fc4f4b8017]
X-Runtime: ['0.023216']
2018-05-06 15:42:38 +02:00
X-XSS-Protection: [1; mode=block]
content-length: ['2']
status: {code: 200, message: OK}
- request:
2018-07-30 23:19:51 +02:00
body: reblogs=1&id=1
2018-05-06 15:42:38 +02:00
headers:
Accept: ['*/*']
Accept-Encoding: ['gzip, deflate']
Authorization: [Bearer __MASTODON_PY_TEST_ACCESS_TOKEN]
Connection: [keep-alive]
2018-07-30 23:19:51 +02:00
Content-Length: ['14']
2018-07-30 20:25:25 +02:00
Content-Type: [application/x-www-form-urlencoded]
2018-07-14 01:07:26 +02:00
User-Agent: [python-requests/2.18.4]
2018-05-06 15:42:38 +02:00
method: POST
uri: http://localhost:3000/api/v1/accounts/1/follow
response:
body: {string: '{"id":"1","following":true,"showing_reblogs":true,"followed_by":false,"blocking":false,"blocked_by":false,"muting":false,"muting_notifications":false,"requested":false,"domain_blocking":false,"endorsed":false}'}
2018-05-06 15:42:38 +02:00
headers:
2019-06-22 15:28:27 +02:00
Cache-Control: ['no-cache, no-store']
2018-05-06 15:42:38 +02:00
Content-Type: [application/json; charset=utf-8]
2018-06-05 22:10:31 +02:00
Referrer-Policy: [strict-origin-when-cross-origin]
2018-05-06 15:42:38 +02:00
Transfer-Encoding: [chunked]
Vary: ['Accept-Encoding, Origin']
X-Content-Type-Options: [nosniff]
2018-06-05 22:10:31 +02:00
X-Download-Options: [noopen]
2018-05-06 15:42:38 +02:00
X-Frame-Options: [SAMEORIGIN]
2018-06-05 22:10:31 +02:00
X-Permitted-Cross-Domain-Policies: [none]
2019-06-22 15:28:27 +02:00
X-Request-Id: [b20c47c7-4ccd-46a0-932f-07fce792856d]
X-Runtime: ['0.071168']
2018-05-06 15:42:38 +02:00
X-XSS-Protection: [1; mode=block]
content-length: ['209']
2018-05-06 15:42:38 +02:00
status: {code: 200, message: OK}
- request:
body: account_ids%5B%5D=1
headers:
Accept: ['*/*']
Accept-Encoding: ['gzip, deflate']
Authorization: [Bearer __MASTODON_PY_TEST_ACCESS_TOKEN]
Connection: [keep-alive]
Content-Length: ['19']
Content-Type: [application/x-www-form-urlencoded]
2018-07-14 01:07:26 +02:00
User-Agent: [python-requests/2.18.4]
2018-05-06 15:42:38 +02:00
method: POST
2019-06-22 15:28:27 +02:00
uri: http://localhost:3000/api/v1/lists/3/accounts
2018-05-06 15:42:38 +02:00
response:
body: {string: '{}'}
headers:
2019-06-22 15:28:27 +02:00
Cache-Control: ['no-cache, no-store']
2018-05-06 15:42:38 +02:00
Content-Type: [application/json; charset=utf-8]
2018-06-05 22:10:31 +02:00
Referrer-Policy: [strict-origin-when-cross-origin]
2018-05-06 15:42:38 +02:00
Transfer-Encoding: [chunked]
Vary: ['Accept-Encoding, Origin']
X-Content-Type-Options: [nosniff]
2018-06-05 22:10:31 +02:00
X-Download-Options: [noopen]
2018-05-06 15:42:38 +02:00
X-Frame-Options: [SAMEORIGIN]
2018-06-05 22:10:31 +02:00
X-Permitted-Cross-Domain-Policies: [none]
2019-06-22 15:28:27 +02:00
X-Request-Id: [f5e2187b-726d-4a2b-a779-10b82ad3e905]
X-Runtime: ['0.042406']
2018-05-06 15:42:38 +02:00
X-XSS-Protection: [1; mode=block]
content-length: ['2']
status: {code: 200, message: OK}
- request:
body: null
headers:
Accept: ['*/*']
Accept-Encoding: ['gzip, deflate']
Authorization: [Bearer __MASTODON_PY_TEST_ACCESS_TOKEN]
Connection: [keep-alive]
2018-07-14 01:07:26 +02:00
User-Agent: [python-requests/2.18.4]
2018-05-06 15:42:38 +02:00
method: GET
2019-06-22 15:28:27 +02:00
uri: http://localhost:3000/api/v1/lists/3/accounts
2018-05-06 15:42:38 +02:00
response:
2019-06-22 15:28:27 +02:00
body: {string: '[{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T12:42:50.096Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":1,"following_count":0,"statuses_count":0,"emojis":[],"fields":[]}]'}
2018-05-06 15:42:38 +02:00
headers:
2019-06-22 15:28:27 +02:00
Cache-Control: ['no-cache, no-store']
2018-05-06 15:42:38 +02:00
Content-Type: [application/json; charset=utf-8]
2019-06-22 15:28:27 +02:00
Link: ['<http://localhost:3000/api/v1/lists/3/accounts?since_id=1>; rel="prev"']
2018-06-05 22:10:31 +02:00
Referrer-Policy: [strict-origin-when-cross-origin]
2018-05-06 15:42:38 +02:00
Transfer-Encoding: [chunked]
Vary: ['Accept-Encoding, Origin']
X-Content-Type-Options: [nosniff]
2018-06-05 22:10:31 +02:00
X-Download-Options: [noopen]
2018-05-06 15:42:38 +02:00
X-Frame-Options: [SAMEORIGIN]
2018-06-05 22:10:31 +02:00
X-Permitted-Cross-Domain-Policies: [none]
2019-06-22 15:28:27 +02:00
X-Request-Id: [eba683a4-4688-426a-b11a-566d486b2c8e]
X-Runtime: ['0.027438']
2018-05-06 15:42:38 +02:00
X-XSS-Protection: [1; mode=block]
content-length: ['525']
2018-05-06 15:42:38 +02:00
status: {code: 200, message: OK}
- request:
body: account_ids%5B%5D=1
headers:
Accept: ['*/*']
Accept-Encoding: ['gzip, deflate']
Authorization: [Bearer __MASTODON_PY_TEST_ACCESS_TOKEN]
Connection: [keep-alive]
Content-Length: ['19']
Content-Type: [application/x-www-form-urlencoded]
2018-07-14 01:07:26 +02:00
User-Agent: [python-requests/2.18.4]
2018-05-06 15:42:38 +02:00
method: DELETE
2019-06-22 15:28:27 +02:00
uri: http://localhost:3000/api/v1/lists/3/accounts
2018-05-06 15:42:38 +02:00
response:
body: {string: '{}'}
headers:
2019-06-22 15:28:27 +02:00
Cache-Control: ['no-cache, no-store']
2018-05-06 15:42:38 +02:00
Content-Type: [application/json; charset=utf-8]
2018-06-05 22:10:31 +02:00
Referrer-Policy: [strict-origin-when-cross-origin]
2018-05-06 15:42:38 +02:00
Transfer-Encoding: [chunked]
Vary: ['Accept-Encoding, Origin']
X-Content-Type-Options: [nosniff]
2018-06-05 22:10:31 +02:00
X-Download-Options: [noopen]
2018-05-06 15:42:38 +02:00
X-Frame-Options: [SAMEORIGIN]
2018-06-05 22:10:31 +02:00
X-Permitted-Cross-Domain-Policies: [none]
2019-06-22 15:28:27 +02:00
X-Request-Id: [9c084136-2e78-45df-bea7-5d194672a358]
X-Runtime: ['0.031512']
2018-05-06 15:42:38 +02:00
X-XSS-Protection: [1; mode=block]
content-length: ['2']
status: {code: 200, message: OK}
- request:
body: null
headers:
Accept: ['*/*']
Accept-Encoding: ['gzip, deflate']
Authorization: [Bearer __MASTODON_PY_TEST_ACCESS_TOKEN]
Connection: [keep-alive]
2018-07-14 01:07:26 +02:00
User-Agent: [python-requests/2.18.4]
2018-05-06 15:42:38 +02:00
method: GET
2019-06-22 15:28:27 +02:00
uri: http://localhost:3000/api/v1/lists/3/accounts
2018-05-06 15:42:38 +02:00
response:
body: {string: '[]'}
headers:
2019-06-22 15:28:27 +02:00
Cache-Control: ['no-cache, no-store']
2018-05-06 15:42:38 +02:00
Content-Type: [application/json; charset=utf-8]
2018-06-05 22:10:31 +02:00
Referrer-Policy: [strict-origin-when-cross-origin]
2018-05-06 15:42:38 +02:00
Transfer-Encoding: [chunked]
Vary: ['Accept-Encoding, Origin']
X-Content-Type-Options: [nosniff]
2018-06-05 22:10:31 +02:00
X-Download-Options: [noopen]
2018-05-06 15:42:38 +02:00
X-Frame-Options: [SAMEORIGIN]
2018-06-05 22:10:31 +02:00
X-Permitted-Cross-Domain-Policies: [none]
2019-06-22 15:28:27 +02:00
X-Request-Id: [9c87a884-72e6-4fe0-9c92-b7770c1741d2]
X-Runtime: ['0.017584']
2018-05-06 15:42:38 +02:00
X-XSS-Protection: [1; mode=block]
content-length: ['2']
status: {code: 200, message: OK}
- request:
body: null
headers:
Accept: ['*/*']
Accept-Encoding: ['gzip, deflate']
Authorization: [Bearer __MASTODON_PY_TEST_ACCESS_TOKEN]
Connection: [keep-alive]
Content-Length: ['0']
2018-07-14 01:07:26 +02:00
User-Agent: [python-requests/2.18.4]
2018-05-06 15:42:38 +02:00
method: POST
uri: http://localhost:3000/api/v1/accounts/1/unfollow
response:
body: {string: '{"id":"1","following":false,"showing_reblogs":false,"followed_by":false,"blocking":false,"blocked_by":false,"muting":false,"muting_notifications":false,"requested":false,"domain_blocking":false,"endorsed":false}'}
2018-05-06 15:42:38 +02:00
headers:
2019-06-22 15:28:27 +02:00
Cache-Control: ['no-cache, no-store']
2018-05-06 15:42:38 +02:00
Content-Type: [application/json; charset=utf-8]
2018-06-05 22:10:31 +02:00
Referrer-Policy: [strict-origin-when-cross-origin]
2018-05-06 15:42:38 +02:00
Transfer-Encoding: [chunked]
Vary: ['Accept-Encoding, Origin']
X-Content-Type-Options: [nosniff]
2018-06-05 22:10:31 +02:00
X-Download-Options: [noopen]
2018-05-06 15:42:38 +02:00
X-Frame-Options: [SAMEORIGIN]
2018-06-05 22:10:31 +02:00
X-Permitted-Cross-Domain-Policies: [none]
2019-06-22 15:28:27 +02:00
X-Request-Id: [d8b4495d-d870-4cd7-8a2c-2f8635e4d72b]
X-Runtime: ['0.048762']
2018-05-06 15:42:38 +02:00
X-XSS-Protection: [1; mode=block]
content-length: ['211']
2018-05-06 15:42:38 +02:00
status: {code: 200, message: OK}
- request:
body: null
headers:
Accept: ['*/*']
Accept-Encoding: ['gzip, deflate']
Authorization: [Bearer __MASTODON_PY_TEST_ACCESS_TOKEN]
Connection: [keep-alive]
Content-Length: ['0']
2018-07-14 01:07:26 +02:00
User-Agent: [python-requests/2.18.4]
2018-05-06 15:42:38 +02:00
method: DELETE
2019-06-22 15:28:27 +02:00
uri: http://localhost:3000/api/v1/lists/3
2018-05-06 15:42:38 +02:00
response:
body: {string: '{}'}
headers:
2019-06-22 15:28:27 +02:00
Cache-Control: ['no-cache, no-store']
2018-05-06 15:42:38 +02:00
Content-Type: [application/json; charset=utf-8]
2018-06-05 22:10:31 +02:00
Referrer-Policy: [strict-origin-when-cross-origin]
2018-05-06 15:42:38 +02:00
Transfer-Encoding: [chunked]
Vary: ['Accept-Encoding, Origin']
X-Content-Type-Options: [nosniff]
2018-06-05 22:10:31 +02:00
X-Download-Options: [noopen]
2018-05-06 15:42:38 +02:00
X-Frame-Options: [SAMEORIGIN]
2018-06-05 22:10:31 +02:00
X-Permitted-Cross-Domain-Policies: [none]
2019-06-22 15:28:27 +02:00
X-Request-Id: [30228e1f-6158-4012-9c6b-4ca8268b6c62]
X-Runtime: ['0.027308']
2018-05-06 15:42:38 +02:00
X-XSS-Protection: [1; mode=block]
content-length: ['2']
status: {code: 200, message: OK}
version: 1