60 líneas
2,4 KiB
YAML
60 líneas
2,4 KiB
YAML
interactions:
|
|
- 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.9.1]
|
|
method: POST
|
|
uri: http://localhost:3000/api/v1/accounts/1/block
|
|
response:
|
|
body: {string: '{"id":"1","following":false,"showing_reblogs":false,"followed_by":false,"blocking":true,"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]
|
|
ETag: [W/"8f163ba0cd0b49c269200290d4c51517"]
|
|
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: [ce3c3431-d3cb-4e5c-8b0f-d6b216fbdda3]
|
|
X-Runtime: ['0.235778']
|
|
X-XSS-Protection: [1; mode=block]
|
|
content-length: ['174']
|
|
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.9.1]
|
|
method: POST
|
|
uri: http://localhost:3000/api/v1/accounts/1/unblock
|
|
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]
|
|
ETag: [W/"14be8cf013e361ea8c4dca8b2c124127"]
|
|
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: [41a7ca98-c99e-4e85-9d5e-7ec0a1a99ad9]
|
|
X-Runtime: ['0.132304']
|
|
X-XSS-Protection: [1; mode=block]
|
|
content-length: ['175']
|
|
status: {code: 200, message: OK}
|
|
version: 1
|