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:
|
2018-07-30 23:19:51 +02:00
|
|
|
body: {string: '[{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2018-07-13T19:35:33.303Z","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":81,"emojis":[],"fields":[]}]'}
|
2018-07-14 01:07:26 +02:00
|
|
|
headers:
|
|
|
|
Cache-Control: ['max-age=0, private, must-revalidate']
|
|
|
|
Content-Type: [application/json; charset=utf-8]
|
2018-07-30 23:19:51 +02:00
|
|
|
ETag: [W/"26546ccfc2cf4b2e657f2b0cf992234b"]
|
2018-07-14 01:07:26 +02:00
|
|
|
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]
|
2018-07-30 23:19:51 +02:00
|
|
|
X-Request-Id: [97762efb-4888-4bc5-92cc-181250dd36b4]
|
|
|
|
X-Runtime: ['0.030619']
|
2018-07-14 01:07:26 +02:00
|
|
|
X-XSS-Protection: [1; mode=block]
|
2018-07-30 20:25:25 +02:00
|
|
|
content-length: ['551']
|
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:
|
2018-07-30 20:25:25 +02:00
|
|
|
body: {string: '{"id":"1","following":true,"showing_reblogs":true,"followed_by":false,"blocking":false,"muting":false,"muting_notifications":false,"requested":false,"domain_blocking":false}'}
|
2018-07-14 01:07:26 +02:00
|
|
|
headers:
|
|
|
|
Cache-Control: ['max-age=0, private, must-revalidate']
|
|
|
|
Content-Type: [application/json; charset=utf-8]
|
2018-07-30 23:19:51 +02:00
|
|
|
ETag: [W/"bc9fd39e41f439919274b937387bab3e"]
|
2018-07-14 01:07:26 +02:00
|
|
|
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]
|
2018-07-30 23:19:51 +02:00
|
|
|
X-Request-Id: [d0540e33-59ac-477c-9677-1e693af60b4e]
|
|
|
|
X-Runtime: ['0.041764']
|
2018-07-14 01:07:26 +02:00
|
|
|
X-XSS-Protection: [1; mode=block]
|
2018-07-30 20:25:25 +02:00
|
|
|
content-length: ['173']
|
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:
|
2018-07-30 23:19:51 +02:00
|
|
|
body: {string: '[{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2018-07-13T19:35:33.303Z","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":81,"emojis":[],"fields":[]}]'}
|
2018-07-14 01:07:26 +02:00
|
|
|
headers:
|
|
|
|
Cache-Control: ['max-age=0, private, must-revalidate']
|
|
|
|
Content-Type: [application/json; charset=utf-8]
|
2018-07-30 23:19:51 +02:00
|
|
|
ETag: [W/"26546ccfc2cf4b2e657f2b0cf992234b"]
|
2018-07-14 01:07:26 +02:00
|
|
|
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]
|
2018-07-30 23:19:51 +02:00
|
|
|
X-Request-Id: [ada3f62d-2271-4bf7-90a1-3d8d1eb3145f]
|
|
|
|
X-Runtime: ['0.032362']
|
2018-07-14 01:07:26 +02:00
|
|
|
X-XSS-Protection: [1; mode=block]
|
2018-07-30 20:25:25 +02:00
|
|
|
content-length: ['551']
|
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,"muting":false,"muting_notifications":false,"requested":false,"domain_blocking":false}'}
|
|
|
|
headers:
|
|
|
|
Cache-Control: ['max-age=0, private, must-revalidate']
|
|
|
|
Content-Type: [application/json; charset=utf-8]
|
2018-07-30 23:19:51 +02:00
|
|
|
ETag: [W/"2faa51ebd74eb174c9125d103f2f9731"]
|
2018-07-14 01:07:26 +02:00
|
|
|
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]
|
2018-07-30 23:19:51 +02:00
|
|
|
X-Request-Id: [b2348e30-50b8-4c3d-a415-9ef923977a0c]
|
|
|
|
X-Runtime: ['0.076637']
|
2018-07-14 01:07:26 +02:00
|
|
|
X-XSS-Protection: [1; mode=block]
|
|
|
|
content-length: ['175']
|
|
|
|
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-04-18 22:07:03 +02:00
|
|
|
response:
|
2018-06-05 22:10:31 +02:00
|
|
|
body: {string: '[]'}
|
2018-04-18 22:07:03 +02:00
|
|
|
headers:
|
|
|
|
Cache-Control: ['max-age=0, private, must-revalidate']
|
|
|
|
Content-Type: [application/json; charset=utf-8]
|
2018-07-30 23:19:51 +02:00
|
|
|
ETag: [W/"4583a3914eef81c28ec55fd5f366846b"]
|
2018-06-05 22:10:31 +02:00
|
|
|
Referrer-Policy: [strict-origin-when-cross-origin]
|
2018-04-18 22:07:03 +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-04-18 22:07:03 +02:00
|
|
|
X-Frame-Options: [SAMEORIGIN]
|
2018-06-05 22:10:31 +02:00
|
|
|
X-Permitted-Cross-Domain-Policies: [none]
|
2018-07-30 23:19:51 +02:00
|
|
|
X-Request-Id: [91318d35-f87b-4fe1-ab79-410944655feb]
|
|
|
|
X-Runtime: ['0.039220']
|
2018-04-18 22:07:03 +02:00
|
|
|
X-XSS-Protection: [1; mode=block]
|
2018-06-05 22:10:31 +02:00
|
|
|
content-length: ['2']
|
2018-04-18 22:07:03 +02:00
|
|
|
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:
|
2018-07-30 23:19:51 +02:00
|
|
|
body: {string: '[{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2018-07-13T19:35:33.303Z","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":0,"following_count":0,"statuses_count":81,"emojis":[],"fields":[]}]'}
|
2018-07-14 01:07:26 +02:00
|
|
|
headers:
|
|
|
|
Cache-Control: ['max-age=0, private, must-revalidate']
|
|
|
|
Content-Type: [application/json; charset=utf-8]
|
2018-07-30 23:19:51 +02:00
|
|
|
ETag: [W/"c391d6c92bdd48743f3f208e5f8e554a"]
|
2018-07-14 01:07:26 +02:00
|
|
|
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]
|
2018-07-30 23:19:51 +02:00
|
|
|
X-Request-Id: [b35c23a8-5e9b-418f-b90d-c9eb14ccaf1e]
|
|
|
|
X-Runtime: ['0.025489']
|
2018-07-14 01:07:26 +02:00
|
|
|
X-XSS-Protection: [1; mode=block]
|
2018-07-30 20:25:25 +02:00
|
|
|
content-length: ['551']
|
2018-07-14 01:07:26 +02:00
|
|
|
status: {code: 200, message: OK}
|
2017-11-30 00:56:35 +01:00
|
|
|
version: 1
|