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":"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]
2019-06-22 15:28:27 +02:00
X-Request-Id : [ 1f3c4bdc-37ce-4a2e-8f60-ce9becc78eed]
X-Runtime : [ '0.024433' ]
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 : [ 37bdac14-d813-43e4-8d2a-3248171052d9]
X-Runtime : [ '0.023376' ]
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 : [ 6c6db11d-ae98-471c-8e0c-b2b6fcd4c349]
X-Runtime : [ '0.077111' ]
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/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]
2019-06-22 15:28:27 +02:00
X-Request-Id : [ 8f64dda3-b754-44ec-9058-8a13fc7e4854]
X-Runtime : [ '0.039091' ]
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 :
2019-06-22 15:28:27 +02:00
body : {string : '{"id":"102315366232658666","created_at":"2019-06-22T13:03:11.207Z","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/102315366232658666","url":"http://localhost/@admin/102315366232658666","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eI
have never stolen a ham in my life.\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py
test suite","website":null},"account":{"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":1,"following_count":0,"statuses_count":1,"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]
2019-06-22 15:28:27 +02:00
X-Request-Id : [ 2655bbd0-c716-4150-84d6-8461a1de9176]
X-Runtime : [ '0.152767' ]
2018-05-06 15:42:38 +02:00
X-XSS-Protection : [ 1 ; mode=block]
2019-04-27 21:04:06 +02:00
content-length : [ '1203' ]
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
2019-06-22 15:28:27 +02:00
uri : http://localhost:3000/api/v1/timelines/list/5
2018-05-06 15:42:38 +02:00
response :
2019-06-22 15:28:27 +02:00
body : {string : '[{"id":"102315366232658666","created_at":"2019-06-22T13:03:11.207Z","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/102315366232658666","url":"http://localhost/@admin/102315366232658666","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"content":"\u003cp\u003eI
have never stolen a ham in my life.\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py
test suite","website":null},"account":{"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":1,"following_count":0,"statuses_count":1,"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]
2019-06-22 15:28:27 +02:00
Link : [ '<http://localhost:3000/api/v1/timelines/list/5?max_id=102315366232658666>;
rel="next", <http://localhost:3000/api/v1/timelines/list/5?min_id=102315366232658666>;
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]
2019-06-22 15:28:27 +02:00
X-Request-Id : [ 0acf6672-99b8-459e-a81d-26cddae81c5c]
X-Runtime : [ '0.053111' ]
2018-05-06 15:42:38 +02:00
X-XSS-Protection : [ 1 ; mode=block]
2019-04-27 21:04:06 +02:00
content-length : [ '1190' ]
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
2019-06-22 15:28:27 +02:00
uri : http://localhost:3000/api/v1/statuses/102315366232658666
2018-05-06 15:42:38 +02:00
response :
2019-06-22 15:28:27 +02:00
body : {string : '{"id":"102315366232658666","created_at":"2019-06-22T13:03:11.207Z","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/102315366232658666","url":"http://localhost/@admin/102315366232658666","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"I
have never stolen a ham in my life.","reblog":null,"application":{"name":"Mastodon.py
test suite","website":null},"account":{"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":1,"following_count":0,"statuses_count":1,"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]
2019-06-22 15:28:27 +02:00
X-Request-Id : [ 9c665524-0c17-4e3e-89ec-5218b7823af3]
X-Runtime : [ '0.073855' ]
2018-05-06 15:42:38 +02:00
X-XSS-Protection : [ 1 ; mode=block]
2019-06-22 15:28:27 +02:00
content-length : [ '1173' ]
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 : [ 3be70ec4-f044-42f0-90a2-c438dfc66e82]
X-Runtime : [ '0.073023' ]
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/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]
2019-06-22 15:28:27 +02:00
X-Request-Id : [ 21f34ce5-d202-4c38-952f-1e2079860b51]
X-Runtime : [ '0.043072' ]
2018-05-06 15:42:38 +02:00
X-XSS-Protection : [ 1 ; mode=block]
content-length : [ '2' ]
status : {code: 200, message : OK}
version : 1