2018-05-06 03:02:19 +02:00
interactions :
- request :
body : status=Toot%21
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]
2018-07-14 01:07:26 +02:00
User-Agent : [ python-requests/2.18.4]
2018-05-06 03:02:19 +02:00
method : POST
uri : http://localhost:3000/api/v1/statuses
response :
2018-07-14 01:07:26 +02:00
body : {string : '{"id":"100369509306314851","created_at":"2018-07-13T21:26:10.820Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost:3000/users/mastodonpy_test/statuses/100369509306314851","content":"\u003cp\u003eToot!\u003c/p\u003e","url":"http://localhost:3000/@mastodonpy_test/100369509306314851","reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"reblog":null,"application":{"name":"Mastodon.py
2018-05-06 03:02:19 +02:00
test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John
2018-07-14 01:07:26 +02:00
Lennon","locked":true,"bot":false,"created_at":"2018-07-13T23:02:25.260Z","note":"\u003cp\u003eI
walk funny\u003c/p\u003e","url":"http://localhost:3000/@mastodonpy_test","avatar":"http://localhost:3000/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg","avatar_static":"http://localhost:3000/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg","header":"http://localhost:3000/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg","header_static":"http://localhost:3000/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg","followers_count":0,"following_count":0,"statuses_count":53,"emojis":[],"fields":[{"name":"bread","value":"toasty."},{"name":"lasagna","value":"no!!!"}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[]}'}
2018-05-06 03:02:19 +02:00
headers :
Cache-Control : [ 'max-age=0, private, must-revalidate' ]
Content-Type : [ application/json; charset=utf-8]
2018-07-14 01:07:26 +02:00
ETag : [ W/"b4e616a63313784279109c1423362352"]
2018-06-05 22:10:31 +02:00
Referrer-Policy : [ strict-origin-when-cross-origin]
2018-05-06 03:02:19 +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 03:02:19 +02:00
X-Frame-Options : [ SAMEORIGIN]
2018-06-05 22:10:31 +02:00
X-Permitted-Cross-Domain-Policies : [ none]
2018-07-14 01:07:26 +02:00
X-Request-Id : [ 286ea191-9d93-4316-98b5-8c09f5e08b67]
X-Runtime : [ '0.137278' ]
2018-05-06 03:02:19 +02:00
X-XSS-Protection : [ 1 ; mode=block]
2018-07-14 01:07:26 +02:00
content-length : [ '1509' ]
2018-05-06 03:02:19 +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 03:02:19 +02:00
method : GET
uri : http://localhost:3000/api/v1/accounts/verify_credentials
response :
body : {string : '{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John
2018-07-14 01:07:26 +02:00
Lennon","locked":true,"bot":false,"created_at":"2018-07-13T23:02:25.260Z","note":"\u003cp\u003eI
walk funny\u003c/p\u003e","url":"http://localhost:3000/@mastodonpy_test","avatar":"http://localhost:3000/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg","avatar_static":"http://localhost:3000/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg","header":"http://localhost:3000/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg","header_static":"http://localhost:3000/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg","followers_count":0,"following_count":0,"statuses_count":53,"source":{"privacy":"public","sensitive":false,"language":null,"note":"I
2018-06-05 22:10:31 +02:00
walk funny","fields":[{"name":"bread","value":"toasty."},{"name":"lasagna","value":"no!!!"}]},"emojis":[],"fields":[{"name":"bread","value":"toasty."},{"name":"lasagna","value":"no!!!"}]}'}
2018-05-06 03:02:19 +02:00
headers :
Cache-Control : [ 'max-age=0, private, must-revalidate' ]
Content-Type : [ application/json; charset=utf-8]
2018-07-14 01:07:26 +02:00
ETag : [ W/"123018aeae3d7187bf251816436c6fe3"]
2018-06-05 22:10:31 +02:00
Referrer-Policy : [ strict-origin-when-cross-origin]
2018-05-06 03:02:19 +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 03:02:19 +02:00
X-Frame-Options : [ SAMEORIGIN]
2018-06-05 22:10:31 +02:00
X-Permitted-Cross-Domain-Policies : [ none]
2018-07-14 01:07:26 +02:00
X-Request-Id : [ 1c5e965d-d680-4d45-9e18-f4b6ad04c00b]
X-Runtime : [ '0.069239' ]
2018-05-06 03:02:19 +02:00
X-XSS-Protection : [ 1 ; mode=block]
2018-07-14 01:07:26 +02:00
content-length : [ '1040' ]
2018-05-06 03:02:19 +02:00
status : {code: 200, message : OK}
- request :
2018-07-14 01:07:26 +02:00
body : comment=makes+the+bad+post&account_id=1234567890123456&status_ids%5B%5D=100369509306314851
2018-05-06 03:02:19 +02:00
headers :
Accept : [ '*/*' ]
Accept-Encoding : [ 'gzip, deflate' ]
Authorization : [ Bearer __MASTODON_PY_TEST_ACCESS_TOKEN]
Connection : [ keep-alive]
2018-06-05 22:10:31 +02:00
Content-Length : [ '90' ]
2018-05-06 03:02:19 +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 03:02:19 +02:00
method : POST
uri : http://localhost:3000/api/v1/reports/
response :
2018-07-14 01:07:26 +02:00
body : {string : '{"id":"2","action_taken":false}' }
2018-05-06 03:02:19 +02:00
headers :
Cache-Control : [ 'max-age=0, private, must-revalidate' ]
Content-Type : [ application/json; charset=utf-8]
2018-07-14 01:07:26 +02:00
ETag : [ W/"910d76ad8965d59d2868143eb259f35f"]
2018-06-05 22:10:31 +02:00
Referrer-Policy : [ strict-origin-when-cross-origin]
2018-05-06 03:02:19 +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 03:02:19 +02:00
X-Frame-Options : [ SAMEORIGIN]
2018-06-05 22:10:31 +02:00
X-Permitted-Cross-Domain-Policies : [ none]
2018-07-14 01:07:26 +02:00
X-Request-Id : [ de034837-5b67-43cf-be43-562afc7123a5]
X-Runtime : [ '0.083956' ]
2018-05-06 03:02:19 +02:00
X-XSS-Protection : [ 1 ; mode=block]
content-length : [ '31' ]
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 03:02:19 +02:00
method : GET
uri : http://localhost:3000/api/v1/reports
response :
2018-07-14 01:07:26 +02:00
body : {string : '[{"id":"1","action_taken":false},{"id":"2","action_taken":false}]' }
2018-05-06 03:02:19 +02:00
headers :
Cache-Control : [ 'max-age=0, private, must-revalidate' ]
Content-Type : [ application/json; charset=utf-8]
2018-07-14 01:07:26 +02:00
ETag : [ W/"707b8c51a971ab4ce9216bd43fb1adc1"]
2018-06-05 22:10:31 +02:00
Referrer-Policy : [ strict-origin-when-cross-origin]
2018-05-06 03:02:19 +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 03:02:19 +02:00
X-Frame-Options : [ SAMEORIGIN]
2018-06-05 22:10:31 +02:00
X-Permitted-Cross-Domain-Policies : [ none]
2018-07-14 01:07:26 +02:00
X-Request-Id : [ d69f1c41-62e2-4923-ae53-0a0196c4205d]
X-Runtime : [ '0.066534' ]
2018-05-06 03:02:19 +02:00
X-XSS-Protection : [ 1 ; mode=block]
2018-07-14 01:07:26 +02:00
content-length : [ '65' ]
2018-05-06 03:02:19 +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 03:02:19 +02:00
method : DELETE
2018-07-14 01:07:26 +02:00
uri : http://localhost:3000/api/v1/statuses/100369509306314851
2018-05-06 03:02:19 +02:00
response :
body : {string : '{}' }
headers :
Cache-Control : [ 'max-age=0, private, must-revalidate' ]
Content-Type : [ application/json; charset=utf-8]
2018-07-14 01:07:26 +02:00
ETag : [ W/"e0b5c01f0eaad3d893c8622d07af57ba"]
2018-06-05 22:10:31 +02:00
Referrer-Policy : [ strict-origin-when-cross-origin]
2018-05-06 03:02:19 +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 03:02:19 +02:00
X-Frame-Options : [ SAMEORIGIN]
2018-06-05 22:10:31 +02:00
X-Permitted-Cross-Domain-Policies : [ none]
2018-07-14 01:07:26 +02:00
X-Request-Id : [ a9112de9-eed4-43df-b6a0-d73a66fa3616]
X-Runtime : [ '0.061875' ]
2018-05-06 03:02:19 +02:00
X-XSS-Protection : [ 1 ; mode=block]
content-length : [ '2' ]
status : {code: 200, message : OK}
version : 1