Mastodonplus.py/tests/cassettes/test_account_search.yaml

168 líneas
7,9 KiB
YAML
Original Vista normal Històric

2017-11-30 00:56:35 +01:00
interactions:
- 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]
2017-11-30 00:56:35 +01:00
method: GET
2018-07-30 23:19:51 +02:00
uri: http://localhost:3000/api/v1/accounts/search?following=0&q=admin
2018-07-14 01:07:26 +02:00
response:
2020-02-22 20:31:33 +01:00
body: {string: '[{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"discoverable":null,"group":false,"created_at":"2020-02-22T19:13:53.944Z","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":0,"following_count":0,"statuses_count":0,"last_status_at":null,"emojis":[],"fields":[]}]'}
2018-07-14 01:07:26 +02:00
headers:
2019-06-22 15:28:27 +02:00
Cache-Control: ['no-cache, no-store']
2018-07-14 01:07:26 +02:00
Content-Type: [application/json; charset=utf-8]
Referrer-Policy: [strict-origin-when-cross-origin]
Transfer-Encoding: [chunked]
Vary: ['Accept-Encoding, Origin']
X-Content-Type-Options: [nosniff]
X-Download-Options: [noopen]
X-Frame-Options: [SAMEORIGIN]
X-Permitted-Cross-Domain-Policies: [none]
2020-02-22 20:31:33 +01:00
X-Request-Id: [5fd3b23c-3df4-459b-b1b3-ecd670c18fc3]
X-Runtime: ['0.061265']
2018-07-14 01:07:26 +02:00
X-XSS-Protection: [1; mode=block]
2020-02-22 20:31:33 +01:00
content-length: ['581']
2018-07-14 01:07:26 +02:00
status: {code: 200, message: OK}
- request:
2018-07-30 23:19:51 +02:00
body: reblogs=1&id=1
2018-07-14 01:07:26 +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]
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-07-14 01:07:26 +02:00
headers:
2019-06-22 15:28:27 +02:00
Cache-Control: ['no-cache, no-store']
2018-07-14 01:07:26 +02:00
Content-Type: [application/json; charset=utf-8]
Referrer-Policy: [strict-origin-when-cross-origin]
Transfer-Encoding: [chunked]
Vary: ['Accept-Encoding, Origin']
X-Content-Type-Options: [nosniff]
X-Download-Options: [noopen]
X-Frame-Options: [SAMEORIGIN]
X-Permitted-Cross-Domain-Policies: [none]
2020-02-22 20:31:33 +01:00
X-Request-Id: [d07cdb9d-af07-4664-8381-e041b7057446]
X-Runtime: ['0.149318']
2018-07-14 01:07:26 +02:00
X-XSS-Protection: [1; mode=block]
content-length: ['209']
2018-07-14 01:07:26 +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]
User-Agent: [python-requests/2.18.4]
method: GET
2018-07-30 23:19:51 +02:00
uri: http://localhost:3000/api/v1/accounts/search?following=1&q=admin
2018-07-14 01:07:26 +02:00
response:
2020-02-22 20:31:33 +01:00
body: {string: '[{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"discoverable":null,"group":false,"created_at":"2020-02-22T19:13:53.944Z","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,"last_status_at":null,"emojis":[],"fields":[]}]'}
2018-07-14 01:07:26 +02:00
headers:
2019-06-22 15:28:27 +02:00
Cache-Control: ['no-cache, no-store']
2018-07-14 01:07:26 +02:00
Content-Type: [application/json; charset=utf-8]
Referrer-Policy: [strict-origin-when-cross-origin]
Transfer-Encoding: [chunked]
Vary: ['Accept-Encoding, Origin']
X-Content-Type-Options: [nosniff]
X-Download-Options: [noopen]
X-Frame-Options: [SAMEORIGIN]
X-Permitted-Cross-Domain-Policies: [none]
2020-02-22 20:31:33 +01:00
X-Request-Id: [e4693e9f-eac7-48bc-9e26-bf406698faeb]
X-Runtime: ['0.070478']
2018-07-14 01:07:26 +02:00
X-XSS-Protection: [1; mode=block]
2020-02-22 20:31:33 +01:00
content-length: ['581']
2018-07-14 01:07:26 +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']
User-Agent: [python-requests/2.18.4]
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-07-14 01:07:26 +02:00
headers:
2019-06-22 15:28:27 +02:00
Cache-Control: ['no-cache, no-store']
2018-07-14 01:07:26 +02:00
Content-Type: [application/json; charset=utf-8]
Referrer-Policy: [strict-origin-when-cross-origin]
Transfer-Encoding: [chunked]
Vary: ['Accept-Encoding, Origin']
X-Content-Type-Options: [nosniff]
X-Download-Options: [noopen]
X-Frame-Options: [SAMEORIGIN]
X-Permitted-Cross-Domain-Policies: [none]
2020-02-22 20:31:33 +01:00
X-Request-Id: [5b6f6ef8-2746-45c3-be0a-10752107ca9f]
X-Runtime: ['0.141664']
2018-07-14 01:07:26 +02:00
X-XSS-Protection: [1; mode=block]
content-length: ['211']
2018-07-14 01:07:26 +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]
User-Agent: [python-requests/2.18.4]
method: GET
2018-07-30 23:19:51 +02:00
uri: http://localhost:3000/api/v1/accounts/search?following=1&q=admin
response:
2018-06-05 22:10:31 +02:00
body: {string: '[]'}
headers:
2019-06-22 15:28:27 +02:00
Cache-Control: ['no-cache, no-store']
Content-Type: [application/json; charset=utf-8]
2018-06-05 22:10:31 +02:00
Referrer-Policy: [strict-origin-when-cross-origin]
Transfer-Encoding: [chunked]
Vary: ['Accept-Encoding, Origin']
X-Content-Type-Options: [nosniff]
2018-06-05 22:10:31 +02:00
X-Download-Options: [noopen]
X-Frame-Options: [SAMEORIGIN]
2018-06-05 22:10:31 +02:00
X-Permitted-Cross-Domain-Policies: [none]
2020-02-22 20:31:33 +01:00
X-Request-Id: [e9fe8ca6-dbcd-4021-a33b-6db0d849313f]
X-Runtime: ['0.064333']
X-XSS-Protection: [1; mode=block]
2018-06-05 22:10:31 +02:00
content-length: ['2']
status: {code: 200, message: OK}
2018-07-14 01:07:26 +02:00
- request:
body: null
headers:
Accept: ['*/*']
Accept-Encoding: ['gzip, deflate']
Authorization: [Bearer __MASTODON_PY_TEST_ACCESS_TOKEN]
Connection: [keep-alive]
User-Agent: [python-requests/2.18.4]
method: GET
2018-07-30 23:19:51 +02:00
uri: http://localhost:3000/api/v1/accounts/search?following=0&q=admin
2018-07-14 01:07:26 +02:00
response:
2020-02-22 20:31:33 +01:00
body: {string: '[{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"discoverable":null,"group":false,"created_at":"2020-02-22T19:13:53.944Z","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":0,"following_count":0,"statuses_count":0,"last_status_at":null,"emojis":[],"fields":[]}]'}
2018-07-14 01:07:26 +02:00
headers:
2019-06-22 15:28:27 +02:00
Cache-Control: ['no-cache, no-store']
2018-07-14 01:07:26 +02:00
Content-Type: [application/json; charset=utf-8]
Referrer-Policy: [strict-origin-when-cross-origin]
Transfer-Encoding: [chunked]
Vary: ['Accept-Encoding, Origin']
X-Content-Type-Options: [nosniff]
X-Download-Options: [noopen]
X-Frame-Options: [SAMEORIGIN]
X-Permitted-Cross-Domain-Policies: [none]
2020-02-22 20:31:33 +01:00
X-Request-Id: [c47dbff4-cddf-4d41-8fe4-0333b049fa23]
X-Runtime: ['0.117137']
2018-07-14 01:07:26 +02:00
X-XSS-Protection: [1; mode=block]
2020-02-22 20:31:33 +01:00
content-length: ['581']
2018-07-14 01:07:26 +02:00
status: {code: 200, message: OK}
2017-11-30 00:56:35 +01:00
version: 1