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 :
2020-02-22 20:31:33 +01:00
body : {string : '{"id":"5","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]
2020-02-22 20:31:33 +01:00
X-Request-Id : [ 3e0f63bb-397a-4f4e-9a1c-4328a8a95296]
X-Runtime : [ '0.065801' ]
2018-05-06 15:42:38 +02:00
X-XSS-Protection : [ 1 ; mode=block]
2020-02-22 20:31:33 +01: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 :
2020-02-22 20:31:33 +01:00
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":"2020-02-22","source":{"privacy":"public","sensitive":false,"language":null,"note":"","fields":[],"follow_requests_count":0},"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]
2020-02-22 20:31:33 +01:00
X-Request-Id : [ ef60419a-f44b-4c60-a6ee-5fd7a2ae2ca7]
X-Runtime : [ '0.096222' ]
2018-05-06 15:42:38 +02:00
X-XSS-Protection : [ 1 ; mode=block]
2020-02-22 20:31:33 +01:00
content-length : [ '699' ]
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]
2020-02-22 20:31:33 +01:00
X-Request-Id : [ cd67e261-1c6d-48bb-b7f9-d0a34004586f]
X-Runtime : [ '0.143481' ]
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
2020-02-22 20:31:33 +01:00
uri : http://localhost:3000/api/v1/lists/5/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]
2020-02-22 20:31:33 +01:00
X-Request-Id : [ 8d827e28-8da8-4f6a-a10f-5f1ef2021b65]
X-Runtime : [ '0.087335' ]
2018-05-06 15:42:38 +02:00
X-XSS-Protection : [ 1 ; mode=block]
content-length : [ '2' ]
status : {code: 200, message : OK}
- request :
2018-06-05 22:10:31 +02:00
body : visibility=public&status=I+have+never+stolen+a+ham+in+my+life.
2018-05-06 15:42:38 +02:00
headers :
Accept : [ '*/*' ]
Accept-Encoding : [ 'gzip, deflate' ]
Authorization : [ Bearer __MASTODON_PY_TEST_ACCESS_TOKEN_2]
Connection : [ keep-alive]
Content-Length : [ '62' ]
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/statuses
response :
2020-02-22 20:31:33 +01:00
body : {string : '{"id":"103704148301781018","created_at":"2020-02-22T19:28:43.876Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost/users/admin/statuses/103704148301781018","url":"http://localhost/@admin/103704148301781018","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"pinned":false,"content":"\u003cp\u003eI
2019-06-22 15:28:27 +02:00
have never stolen a ham in my life.\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py
2020-02-22 20:31:33 +01:00
test suite","website":null},"account":{"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":1,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'}
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]
2020-02-22 20:31:33 +01:00
X-Request-Id : [ 5143b78f-4b0f-49c6-9493-47f40f5bbfb0]
X-Runtime : [ '0.211740' ]
2018-05-06 15:42:38 +02:00
X-XSS-Protection : [ 1 ; mode=block]
2020-02-22 20:31:33 +01:00
content-length : [ '1286' ]
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]
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
2020-02-22 20:31:33 +01:00
uri : http://localhost:3000/api/v1/timelines/list/5
2018-05-06 15:42:38 +02:00
response :
2020-02-22 20:31:33 +01:00
body : {string : '[{"id":"103704148301781018","created_at":"2020-02-22T19:28:43.876Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost/users/admin/statuses/103704148301781018","url":"http://localhost/@admin/103704148301781018","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"content":"\u003cp\u003eI
2019-06-22 15:28:27 +02:00
have never stolen a ham in my life.\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py
2020-02-22 20:31:33 +01:00
test suite","website":null},"account":{"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":1,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}]'}
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]
2020-02-22 20:31:33 +01:00
Link : [ '<http://localhost:3000/api/v1/timelines/list/5?max_id=103704148301781018>;
rel="next", <http://localhost:3000/api/v1/timelines/list/5?min_id=103704148301781018>;
2018-05-06 15:42:38 +02:00
rel="prev"']
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]
2020-02-22 20:31:33 +01:00
X-Request-Id : [ 874fa3d1-e2d5-4d7d-ba95-30bbb7974b3f]
X-Runtime : [ '0.104416' ]
2018-05-06 15:42:38 +02:00
X-XSS-Protection : [ 1 ; mode=block]
2020-02-22 20:31:33 +01:00
content-length : [ '1273' ]
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]
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
2020-02-22 20:31:33 +01:00
uri : http://localhost:3000/api/v1/statuses/103704148301781018
2018-05-06 15:42:38 +02:00
response :
2020-02-22 20:31:33 +01:00
body : {string : '{"id":"103704148301781018","created_at":"2020-02-22T19:28:43.876Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost/users/admin/statuses/103704148301781018","url":"http://localhost/@admin/103704148301781018","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"pinned":false,"text":"I
2019-06-22 15:28:27 +02:00
have never stolen a ham in my life.","reblog":null,"application":{"name":"Mastodon.py
2020-02-22 20:31:33 +01:00
test suite","website":null},"account":{"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":1,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'}
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]
2020-02-22 20:31:33 +01:00
X-Request-Id : [ ce1dbe07-99f0-4c57-ac8e-685fb7f7a97e]
X-Runtime : [ '0.125725' ]
2018-05-06 15:42:38 +02:00
X-XSS-Protection : [ 1 ; mode=block]
2020-02-22 20:31:33 +01:00
content-length : [ '1256' ]
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]
2020-02-22 20:31:33 +01:00
X-Request-Id : [ 1308fd60-6122-45e3-9dfd-b357a4273b46]
X-Runtime : [ '0.088877' ]
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
2020-02-22 20:31:33 +01:00
uri : http://localhost:3000/api/v1/lists/5
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]
2020-02-22 20:31:33 +01:00
X-Request-Id : [ 429e7254 -f120-4afe-a644-a1c398acdfc3]
X-Runtime : [ '0.047528' ]
2018-05-06 15:42:38 +02:00
X-XSS-Protection : [ 1 ; mode=block]
content-length : [ '2' ]
status : {code: 200, message : OK}
version : 1