Mastodonplus.py/tests/cassettes/test_account_search.yaml

168 líneas
7,7 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:
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":0,"following_count":0,"statuses_count":0,"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]
2019-06-22 15:28:27 +02:00
X-Request-Id: [e80af8b9-b187-4ef7-aab8-14656939415f]
X-Runtime: ['0.034917']
2018-07-14 01:07:26 +02:00
X-XSS-Protection: [1; mode=block]
content-length: ['525']
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]
2019-06-22 15:28:27 +02:00
X-Request-Id: [ce6f6ff2-f888-41c7-8963-374c1ca81a3f]
X-Runtime: ['0.080624']
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:
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-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]
2019-06-22 15:28:27 +02:00
X-Request-Id: [485bffa7-28a5-46b1-a918-3ece10c93e20]
X-Runtime: ['0.025388']
2018-07-14 01:07:26 +02:00
X-XSS-Protection: [1; mode=block]
content-length: ['525']
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]
2019-06-22 15:28:27 +02:00
X-Request-Id: [360fe7ec-c80c-4a8a-8828-328e19f585df]
X-Runtime: ['0.054637']
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]
2019-06-22 15:28:27 +02:00
X-Request-Id: [869fb9e9-a984-4a15-9d8b-c08a8cc01d01]
X-Runtime: ['0.026921']
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:
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":0,"following_count":0,"statuses_count":0,"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]
2019-06-22 15:28:27 +02:00
X-Request-Id: [46c04f06-a24f-4a66-a618-cb8a601b39c8]
X-Runtime: ['0.022187']
2018-07-14 01:07:26 +02:00
X-XSS-Protection: [1; mode=block]
content-length: ['525']
2018-07-14 01:07:26 +02:00
status: {code: 200, message: OK}
2017-11-30 00:56:35 +01:00
version: 1