167 líneas
7,9 KiB
YAML
167 líneas
7,9 KiB
YAML
interactions:
|
|
- 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
|
|
uri: http://localhost:3000/api/v1/accounts/search?following=0&q=admin
|
|
response:
|
|
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":[]}]'}
|
|
headers:
|
|
Cache-Control: ['no-cache, no-store']
|
|
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]
|
|
X-Request-Id: [5fd3b23c-3df4-459b-b1b3-ecd670c18fc3]
|
|
X-Runtime: ['0.061265']
|
|
X-XSS-Protection: [1; mode=block]
|
|
content-length: ['581']
|
|
status: {code: 200, message: OK}
|
|
- request:
|
|
body: reblogs=1&id=1
|
|
headers:
|
|
Accept: ['*/*']
|
|
Accept-Encoding: ['gzip, deflate']
|
|
Authorization: [Bearer __MASTODON_PY_TEST_ACCESS_TOKEN]
|
|
Connection: [keep-alive]
|
|
Content-Length: ['14']
|
|
Content-Type: [application/x-www-form-urlencoded]
|
|
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}'}
|
|
headers:
|
|
Cache-Control: ['no-cache, no-store']
|
|
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]
|
|
X-Request-Id: [d07cdb9d-af07-4664-8381-e041b7057446]
|
|
X-Runtime: ['0.149318']
|
|
X-XSS-Protection: [1; mode=block]
|
|
content-length: ['209']
|
|
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
|
|
uri: http://localhost:3000/api/v1/accounts/search?following=1&q=admin
|
|
response:
|
|
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":[]}]'}
|
|
headers:
|
|
Cache-Control: ['no-cache, no-store']
|
|
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]
|
|
X-Request-Id: [e4693e9f-eac7-48bc-9e26-bf406698faeb]
|
|
X-Runtime: ['0.070478']
|
|
X-XSS-Protection: [1; mode=block]
|
|
content-length: ['581']
|
|
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}'}
|
|
headers:
|
|
Cache-Control: ['no-cache, no-store']
|
|
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]
|
|
X-Request-Id: [5b6f6ef8-2746-45c3-be0a-10752107ca9f]
|
|
X-Runtime: ['0.141664']
|
|
X-XSS-Protection: [1; mode=block]
|
|
content-length: ['211']
|
|
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
|
|
uri: http://localhost:3000/api/v1/accounts/search?following=1&q=admin
|
|
response:
|
|
body: {string: '[]'}
|
|
headers:
|
|
Cache-Control: ['no-cache, no-store']
|
|
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]
|
|
X-Request-Id: [e9fe8ca6-dbcd-4021-a33b-6db0d849313f]
|
|
X-Runtime: ['0.064333']
|
|
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]
|
|
User-Agent: [python-requests/2.18.4]
|
|
method: GET
|
|
uri: http://localhost:3000/api/v1/accounts/search?following=0&q=admin
|
|
response:
|
|
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":[]}]'}
|
|
headers:
|
|
Cache-Control: ['no-cache, no-store']
|
|
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]
|
|
X-Request-Id: [c47dbff4-cddf-4d41-8fe4-0333b049fa23]
|
|
X-Runtime: ['0.117137']
|
|
X-XSS-Protection: [1; mode=block]
|
|
content-length: ['581']
|
|
status: {code: 200, message: OK}
|
|
version: 1
|