2018-05-06 15:42:38 +02:00
|
|
|
interactions:
|
|
|
|
- request:
|
|
|
|
body: title=ham+burglars
|
|
|
|
headers:
|
|
|
|
Accept: ['*/*']
|
|
|
|
Accept-Encoding: ['gzip, deflate']
|
|
|
|
Authorization: [Bearer __MASTODON_PY_TEST_ACCESS_TOKEN]
|
|
|
|
Connection: [keep-alive]
|
|
|
|
Content-Length: ['18']
|
|
|
|
Content-Type: [application/x-www-form-urlencoded]
|
2018-07-14 01:07:26 +02:00
|
|
|
User-Agent: [python-requests/2.18.4]
|
2018-05-06 15:42:38 +02:00
|
|
|
method: POST
|
|
|
|
uri: http://localhost:3000/api/v1/lists
|
|
|
|
response:
|
2019-06-22 15:28:27 +02:00
|
|
|
body: {string: '{"id":"4","title":"ham burglars"}'}
|
2018-05-06 15:42:38 +02:00
|
|
|
headers:
|
2019-06-22 15:28:27 +02:00
|
|
|
Cache-Control: ['no-cache, no-store']
|
2018-05-06 15:42:38 +02:00
|
|
|
Content-Type: [application/json; charset=utf-8]
|
2018-06-05 22:10:31 +02:00
|
|
|
Referrer-Policy: [strict-origin-when-cross-origin]
|
2018-05-06 15:42:38 +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-05-06 15:42:38 +02:00
|
|
|
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: [c1ab893a-1331-4c16-a438-c5d5927ba280]
|
|
|
|
X-Runtime: ['0.022531']
|
2018-05-06 15:42:38 +02:00
|
|
|
X-XSS-Protection: [1; mode=block]
|
2019-06-22 15:28:27 +02:00
|
|
|
content-length: ['33']
|
2018-05-06 15:42:38 +02:00
|
|
|
status: {code: 200, message: OK}
|
|
|
|
- request:
|
|
|
|
body: null
|
|
|
|
headers:
|
|
|
|
Accept: ['*/*']
|
|
|
|
Accept-Encoding: ['gzip, deflate']
|
|
|
|
Authorization: [Bearer __MASTODON_PY_TEST_ACCESS_TOKEN_2]
|
|
|
|
Connection: [keep-alive]
|
2018-07-14 01:07:26 +02:00
|
|
|
User-Agent: [python-requests/2.18.4]
|
2018-05-06 15:42:38 +02:00
|
|
|
method: GET
|
|
|
|
uri: http://localhost:3000/api/v1/accounts/verify_credentials
|
|
|
|
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,"source":{"privacy":"public","sensitive":false,"language":null,"note":"","fields":[]},"emojis":[],"fields":[]}'}
|
2018-05-06 15:42:38 +02:00
|
|
|
headers:
|
2019-06-22 15:28:27 +02:00
|
|
|
Cache-Control: ['no-cache, no-store']
|
2018-05-06 15:42:38 +02:00
|
|
|
Content-Type: [application/json; charset=utf-8]
|
2018-06-05 22:10:31 +02:00
|
|
|
Referrer-Policy: [strict-origin-when-cross-origin]
|
2018-05-06 15:42:38 +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-05-06 15:42:38 +02:00
|
|
|
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: [29319e34-a1b2-42d7-bcb7-492ebe7856fb]
|
|
|
|
X-Runtime: ['0.048339']
|
2018-05-06 15:42:38 +02:00
|
|
|
X-XSS-Protection: [1; mode=block]
|
2019-04-27 21:04:06 +02:00
|
|
|
content-length: ['609']
|
2018-05-06 15:42:38 +02:00
|
|
|
status: {code: 200, message: OK}
|
|
|
|
- request:
|
2018-07-30 23:19:51 +02:00
|
|
|
body: reblogs=1&id=1
|
2018-05-06 15:42:38 +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]
|
2018-05-06 15:42:38 +02:00
|
|
|
method: POST
|
|
|
|
uri: http://localhost:3000/api/v1/accounts/1/follow
|
|
|
|
response:
|
2019-04-27 21:04:06 +02:00
|
|
|
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-05-06 15:42:38 +02:00
|
|
|
headers:
|
2019-06-22 15:28:27 +02:00
|
|
|
Cache-Control: ['no-cache, no-store']
|
2018-05-06 15:42:38 +02:00
|
|
|
Content-Type: [application/json; charset=utf-8]
|
2018-06-05 22:10:31 +02:00
|
|
|
Referrer-Policy: [strict-origin-when-cross-origin]
|
2018-05-06 15:42:38 +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-05-06 15:42:38 +02:00
|
|
|
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: [f011c6d6-dda8-43aa-85c2-825c56e55356]
|
|
|
|
X-Runtime: ['0.089818']
|
2018-05-06 15:42:38 +02:00
|
|
|
X-XSS-Protection: [1; mode=block]
|
2019-04-27 21:04:06 +02:00
|
|
|
content-length: ['209']
|
2018-05-06 15:42:38 +02:00
|
|
|
status: {code: 200, message: OK}
|
|
|
|
- request:
|
|
|
|
body: account_ids%5B%5D=1
|
|
|
|
headers:
|
|
|
|
Accept: ['*/*']
|
|
|
|
Accept-Encoding: ['gzip, deflate']
|
|
|
|
Authorization: [Bearer __MASTODON_PY_TEST_ACCESS_TOKEN]
|
|
|
|
Connection: [keep-alive]
|
|
|
|
Content-Length: ['19']
|
|
|
|
Content-Type: [application/x-www-form-urlencoded]
|
2018-07-14 01:07:26 +02:00
|
|
|
User-Agent: [python-requests/2.18.4]
|
2018-05-06 15:42:38 +02:00
|
|
|
method: POST
|
2019-06-22 15:28:27 +02:00
|
|
|
uri: http://localhost:3000/api/v1/lists/4/accounts
|
2018-05-06 15:42:38 +02:00
|
|
|
response:
|
|
|
|
body: {string: '{}'}
|
|
|
|
headers:
|
2019-06-22 15:28:27 +02:00
|
|
|
Cache-Control: ['no-cache, no-store']
|
2018-05-06 15:42:38 +02:00
|
|
|
Content-Type: [application/json; charset=utf-8]
|
2018-06-05 22:10:31 +02:00
|
|
|
Referrer-Policy: [strict-origin-when-cross-origin]
|
2018-05-06 15:42:38 +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-05-06 15:42:38 +02:00
|
|
|
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: [d822d920-1ba7-4662-9377-03461c5a902e]
|
|
|
|
X-Runtime: ['0.032625']
|
2018-05-06 15:42:38 +02:00
|
|
|
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]
|
2018-07-14 01:07:26 +02:00
|
|
|
User-Agent: [python-requests/2.18.4]
|
2018-05-06 15:42:38 +02:00
|
|
|
method: GET
|
|
|
|
uri: http://localhost:3000/api/v1/accounts/1/lists
|
|
|
|
response:
|
2019-06-22 15:28:27 +02:00
|
|
|
body: {string: '[{"id":"4","title":"ham burglars"}]'}
|
2018-05-06 15:42:38 +02:00
|
|
|
headers:
|
2019-06-22 15:28:27 +02:00
|
|
|
Cache-Control: ['no-cache, no-store']
|
2018-05-06 15:42:38 +02:00
|
|
|
Content-Type: [application/json; charset=utf-8]
|
2018-06-05 22:10:31 +02:00
|
|
|
Referrer-Policy: [strict-origin-when-cross-origin]
|
2018-05-06 15:42:38 +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-05-06 15:42:38 +02:00
|
|
|
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: [bf776395-6646-44c8-9485-9415071e9ec7]
|
|
|
|
X-Runtime: ['0.034514']
|
2018-05-06 15:42:38 +02:00
|
|
|
X-XSS-Protection: [1; mode=block]
|
2019-06-22 15:28:27 +02:00
|
|
|
content-length: ['35']
|
2018-05-06 15:42:38 +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']
|
2018-07-14 01:07:26 +02:00
|
|
|
User-Agent: [python-requests/2.18.4]
|
2018-05-06 15:42:38 +02:00
|
|
|
method: POST
|
|
|
|
uri: http://localhost:3000/api/v1/accounts/1/unfollow
|
|
|
|
response:
|
2019-04-27 21:04:06 +02:00
|
|
|
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-05-06 15:42:38 +02:00
|
|
|
headers:
|
2019-06-22 15:28:27 +02:00
|
|
|
Cache-Control: ['no-cache, no-store']
|
2018-05-06 15:42:38 +02:00
|
|
|
Content-Type: [application/json; charset=utf-8]
|
2018-06-05 22:10:31 +02:00
|
|
|
Referrer-Policy: [strict-origin-when-cross-origin]
|
2018-05-06 15:42:38 +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-05-06 15:42:38 +02:00
|
|
|
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: [deb7180d-c44f-46f0-9a0c-c3c1d85cf0f5]
|
|
|
|
X-Runtime: ['0.055473']
|
2018-05-06 15:42:38 +02:00
|
|
|
X-XSS-Protection: [1; mode=block]
|
2019-04-27 21:04:06 +02:00
|
|
|
content-length: ['211']
|
2018-05-06 15:42:38 +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']
|
2018-07-14 01:07:26 +02:00
|
|
|
User-Agent: [python-requests/2.18.4]
|
2018-05-06 15:42:38 +02:00
|
|
|
method: DELETE
|
2019-06-22 15:28:27 +02:00
|
|
|
uri: http://localhost:3000/api/v1/lists/4
|
2018-05-06 15:42:38 +02:00
|
|
|
response:
|
|
|
|
body: {string: '{}'}
|
|
|
|
headers:
|
2019-06-22 15:28:27 +02:00
|
|
|
Cache-Control: ['no-cache, no-store']
|
2018-05-06 15:42:38 +02:00
|
|
|
Content-Type: [application/json; charset=utf-8]
|
2018-06-05 22:10:31 +02:00
|
|
|
Referrer-Policy: [strict-origin-when-cross-origin]
|
2018-05-06 15:42:38 +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-05-06 15:42:38 +02:00
|
|
|
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: [267bccdc-f62a-4b0e-9e65-b510cb210f1a]
|
|
|
|
X-Runtime: ['0.025082']
|
2018-05-06 15:42:38 +02:00
|
|
|
X-XSS-Protection: [1; mode=block]
|
|
|
|
content-length: ['2']
|
|
|
|
status: {code: 200, message: OK}
|
|
|
|
version: 1
|