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-04-18 22:00:35 +02:00
|
|
|
User-Agent: [python-requests/2.9.1]
|
2017-11-30 00:56:35 +01:00
|
|
|
method: GET
|
2018-04-18 22:00:35 +02:00
|
|
|
uri: http://localhost:3000/api/v1/accounts/search?following=False&q=admin
|
2017-11-30 00:56:35 +01:00
|
|
|
response:
|
2018-04-18 22:00:35 +02:00
|
|
|
body: {string: '[{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"created_at":"2018-04-17T21:40:55.626Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost:3000/@admin","avatar":"http://localhost:3000/avatars/original/missing.png","avatar_static":"http://localhost:3000/avatars/original/missing.png","header":"http://localhost:3000/headers/original/missing.png","header_static":"http://localhost:3000/headers/original/missing.png","followers_count":1,"following_count":0,"statuses_count":20}]'}
|
2017-11-30 00:56:35 +01:00
|
|
|
headers:
|
|
|
|
Cache-Control: ['max-age=0, private, must-revalidate']
|
|
|
|
Content-Type: [application/json; charset=utf-8]
|
2018-04-18 22:00:35 +02:00
|
|
|
ETag: [W/"a33987d51db8acd3a08240e241001040"]
|
2017-11-30 00:56:35 +01:00
|
|
|
Transfer-Encoding: [chunked]
|
|
|
|
Vary: ['Accept-Encoding, Origin']
|
|
|
|
X-Content-Type-Options: [nosniff]
|
|
|
|
X-Frame-Options: [SAMEORIGIN]
|
2018-04-18 22:00:35 +02:00
|
|
|
X-Request-Id: [b956b6ec-6446-42b2-b8bf-7a0210d8d42a]
|
|
|
|
X-Runtime: ['0.123298']
|
2017-11-30 00:56:35 +01:00
|
|
|
X-XSS-Protection: [1; mode=block]
|
2018-04-18 22:00:35 +02:00
|
|
|
content-length: ['515']
|
2017-11-30 00:56:35 +01:00
|
|
|
status: {code: 200, message: OK}
|
2018-04-18 22:07:03 +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.9.1]
|
|
|
|
method: GET
|
|
|
|
uri: http://localhost:3000/api/v1/accounts/search?following=False&q=admin
|
|
|
|
response:
|
|
|
|
body: {string: '[]'}
|
|
|
|
headers:
|
|
|
|
Cache-Control: ['max-age=0, private, must-revalidate']
|
|
|
|
Content-Type: [application/json; charset=utf-8]
|
|
|
|
ETag: [W/"5e588fc017a83fb7d2ef23e497250076"]
|
|
|
|
Transfer-Encoding: [chunked]
|
|
|
|
Vary: ['Accept-Encoding, Origin']
|
|
|
|
X-Content-Type-Options: [nosniff]
|
|
|
|
X-Frame-Options: [SAMEORIGIN]
|
|
|
|
X-Request-Id: [8149e8a9-9215-408a-8048-2ab42b24b5cd]
|
|
|
|
X-Runtime: ['0.107377']
|
|
|
|
X-XSS-Protection: [1; mode=block]
|
|
|
|
content-length: ['2']
|
|
|
|
status: {code: 200, message: OK}
|
2017-11-30 00:56:35 +01:00
|
|
|
version: 1
|