2019-06-22 22:48:30 +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]
User-Agent : [ python-requests/2.18.4]
method : POST
uri : http://localhost:3000/api/v1/statuses
response :
2019-06-22 23:16:47 +02:00
body : {string : '{"id":"102317288817212637","created_at":"2019-06-22T21:12:07.542Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102317288817212637","url":"http://localhost/@mastodonpy_test/102317288817212637","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py
test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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":1,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'}
2019-06-22 22:48:30 +02:00
headers :
Cache-Control : [ 'no-cache, no-store' ]
Content-Type : [ application/json; charset=utf-8]
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]
2019-06-22 23:16:47 +02:00
X-Request-Id : [ df829ce7-9a5e-42cf-92ed-24c819044cc1]
X-Runtime : [ '0.329707' ]
2019-06-22 22:48:30 +02:00
X-XSS-Protection : [ 1 ; mode=block]
content-length : [ '1236' ]
status : {code: 200, message : OK}
- request :
body : null
headers :
Accept : [ '*/*' ]
Accept-Encoding : [ 'gzip, deflate' ]
Authorization : [ Bearer __MASTODON_PY_TEST_ACCESS_TOKEN]
Connection : [ keep-alive]
User-Agent : [ python-requests/2.18.4]
method : GET
uri : http://localhost:3000/api/v1/accounts/verify_credentials
response :
2019-06-22 23:16:47 +02:00
body : {string : '{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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":1,"source":{"privacy":"public","sensitive":false,"language":null,"note":"","fields":[]},"emojis":[],"fields":[]}' }
2019-06-22 22:48:30 +02:00
headers :
Cache-Control : [ 'no-cache, no-store' ]
Content-Type : [ application/json; charset=utf-8]
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]
2019-06-22 23:16:47 +02:00
X-Request-Id : [ 84542aaa-d6b2-483b-9152-421ab1dd3035]
X-Runtime : [ '0.157380' ]
2019-06-22 22:48:30 +02:00
X-XSS-Protection : [ 1 ; mode=block]
content-length : [ '654' ]
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]
User-Agent : [ python-requests/2.18.4]
method : GET
uri : http://localhost:3000/api/v1/accounts/verify_credentials
response :
2019-06-22 23:16:47 +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":2,"following_count":1,"statuses_count":16,"source":{"privacy":"public","sensitive":false,"language":null,"note":"","fields":[]},"emojis":[],"fields":[]}' }
2019-06-22 22:48:30 +02:00
headers :
Cache-Control : [ 'no-cache, no-store' ]
Content-Type : [ application/json; charset=utf-8]
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]
2019-06-22 23:16:47 +02:00
X-Request-Id : [ 81d3d72d-1900-43c0-857a-5fe1f4084a90]
X-Runtime : [ '0.087292' ]
2019-06-22 22:48:30 +02:00
X-XSS-Protection : [ 1 ; mode=block]
2019-06-22 23:16:47 +02:00
content-length : [ '610' ]
2019-06-22 22:48:30 +02:00
status : {code: 200, message : OK}
- request :
2019-06-22 23:16:47 +02:00
body : comment=api+crimes&account_id=1234567890123456&status_ids%5B%5D=102317288817212637
2019-06-22 22:48:30 +02:00
headers :
Accept : [ '*/*' ]
Accept-Encoding : [ 'gzip, deflate' ]
Authorization : [ Bearer __MASTODON_PY_TEST_ACCESS_TOKEN_2]
Connection : [ keep-alive]
Content-Length : [ '82' ]
Content-Type : [ application/x-www-form-urlencoded]
User-Agent : [ python-requests/2.18.4]
method : POST
uri : http://localhost:3000/api/v1/reports/
response :
2019-06-22 23:16:47 +02:00
body : {string : '{"id":"18","action_taken":false}' }
2019-06-22 22:48:30 +02:00
headers :
Cache-Control : [ 'no-cache, no-store' ]
Content-Type : [ application/json; charset=utf-8]
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]
2019-06-22 23:16:47 +02:00
X-Request-Id : [ 28fbf329-af13-4944-817d-e69e75955de6]
X-Runtime : [ '0.195491' ]
2019-06-22 22:48:30 +02:00
X-XSS-Protection : [ 1 ; mode=block]
2019-06-22 23:16:47 +02:00
content-length : [ '32' ]
2019-06-22 22:48:30 +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]
User-Agent : [ python-requests/2.18.4]
method : GET
uri : http://localhost:3000/api/v1/admin/reports
response :
2019-06-22 23:16:47 +02:00
body : {string : '[{"id":"18","action_taken":false,"comment":"api crimes","created_at":"2019-06-22T21:12:08.142Z","updated_at":"2019-06-22T21:12:08.142Z","account":{"id":"1","username":"admin","domain":null,"created_at":"2019-06-22T12:42:50.096Z","email":"admin@localhost","ip":"127.0.0.1","role":"admin","confirmed":true,"suspended":false,"silenced":false,"disabled":false,"approved":true,"locale":null,"invite_request":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":2,"following_count":1,"statuses_count":16,"emojis":[],"fields":[]}},"target_account":{"id":"1234567890123456","username":"mastodonpy_test","domain":null,"created_at":"2019-06-22T23:11:52.441Z","email":"mastodonpy_test@localhost:3000","ip":"127.0.0.1","role":"user","confirmed":true,"suspended":false,"silenced":false,"disabled":false,"approved":true,"locale":"ja","invite_request":null,"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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":1,"emojis":[],"fields":[]}},"assigned_account":null,"action_taken_by_account":null,"statuses":[{"id":"102317288817212637","created_at":"2019-06-22T21:12:07.542Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102317288817212637","url":"http://localhost/@mastodonpy_test/102317288817212637","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"content":"\u003cp\u003eToot!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py
test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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":1,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}]}]'}
2019-06-22 22:48:30 +02:00
headers :
Cache-Control : [ 'no-cache, no-store' ]
Content-Type : [ application/json; charset=utf-8]
2019-06-22 23:16:47 +02:00
Link : [ '<http://localhost:3000/api/v1/admin/reports?min_id=18>; rel="prev"' ]
2019-06-22 22:48:30 +02:00
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]
2019-06-22 23:16:47 +02:00
X-Request-Id : [ e4633d51-6b4f-412a-a45f-3cce6d489659]
X-Runtime : [ '0.366657' ]
2019-06-22 22:48:30 +02:00
X-XSS-Protection : [ 1 ; mode=block]
2019-06-22 23:16:47 +02:00
content-length : [ '3133' ]
2019-06-22 22:48:30 +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' ]
User-Agent : [ python-requests/2.18.4]
method : POST
2019-06-22 23:16:47 +02:00
uri : http://localhost:3000/api/v1/admin/reports/18/resolve
2019-06-22 22:48:30 +02:00
response :
2019-06-22 23:16:47 +02:00
body : {string : '{"id":"18","action_taken":true,"comment":"api crimes","created_at":"2019-06-22T21:12:08.142Z","updated_at":"2019-06-22T21:12:08.695Z","account":{"id":"1","username":"admin","domain":null,"created_at":"2019-06-22T12:42:50.096Z","email":"admin@localhost","ip":"127.0.0.1","role":"admin","confirmed":true,"suspended":false,"silenced":false,"disabled":false,"approved":true,"locale":null,"invite_request":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":2,"following_count":1,"statuses_count":16,"emojis":[],"fields":[]}},"target_account":{"id":"1234567890123456","username":"mastodonpy_test","domain":null,"created_at":"2019-06-22T23:11:52.441Z","email":"mastodonpy_test@localhost:3000","ip":"127.0.0.1","role":"user","confirmed":true,"suspended":false,"silenced":false,"disabled":false,"approved":true,"locale":"ja","invite_request":null,"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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":1,"emojis":[],"fields":[]}},"assigned_account":null,"action_taken_by_account":{"id":"1","username":"admin","domain":null,"created_at":"2019-06-22T12:42:50.096Z","email":"admin@localhost","ip":"127.0.0.1","role":"admin","confirmed":true,"suspended":false,"silenced":false,"disabled":false,"approved":true,"locale":null,"invite_request":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":2,"following_count":1,"statuses_count":16,"emojis":[],"fields":[]}},"statuses":[{"id":"102317288817212637","created_at":"2019-06-22T21:12:07.542Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102317288817212637","url":"http://localhost/@mastodonpy_test/102317288817212637","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"content":"\u003cp\u003eToot!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py
test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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":1,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}]}'}
2019-06-22 22:48:30 +02:00
headers :
Cache-Control : [ 'no-cache, no-store' ]
Content-Type : [ application/json; charset=utf-8]
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]
2019-06-22 23:16:47 +02:00
X-Request-Id : [ 66269dc2-8a8a-4b63-8a1b-8df6537674b5]
X-Runtime : [ '0.260611' ]
2019-06-22 22:48:30 +02:00
X-XSS-Protection : [ 1 ; mode=block]
2019-06-22 23:16:47 +02:00
content-length : [ '3923' ]
2019-06-22 22:48:30 +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]
User-Agent : [ python-requests/2.18.4]
method : GET
uri : http://localhost:3000/api/v1/admin/reports
response :
2019-06-22 23:16:47 +02:00
body : {string : '[]' }
2019-06-22 22:48:30 +02:00
headers :
Cache-Control : [ 'no-cache, no-store' ]
Content-Type : [ application/json; charset=utf-8]
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]
2019-06-22 23:16:47 +02:00
X-Request-Id : [ a9606365-e0f8-4f5d-8f78-64442313e241]
X-Runtime : [ '0.036111' ]
2019-06-22 22:48:30 +02:00
X-XSS-Protection : [ 1 ; mode=block]
2019-06-22 23:16:47 +02:00
content-length : [ '2' ]
2019-06-22 22:48:30 +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' ]
User-Agent : [ python-requests/2.18.4]
method : POST
2019-06-22 23:16:47 +02:00
uri : http://localhost:3000/api/v1/admin/reports/18/reopen
2019-06-22 22:48:30 +02:00
response :
2019-06-22 23:16:47 +02:00
body : {string : '{"id":"18","action_taken":false,"comment":"api crimes","created_at":"2019-06-22T21:12:08.142Z","updated_at":"2019-06-22T21:12:09.071Z","account":{"id":"1","username":"admin","domain":null,"created_at":"2019-06-22T12:42:50.096Z","email":"admin@localhost","ip":"127.0.0.1","role":"admin","confirmed":true,"suspended":false,"silenced":false,"disabled":false,"approved":true,"locale":null,"invite_request":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":2,"following_count":1,"statuses_count":16,"emojis":[],"fields":[]}},"target_account":{"id":"1234567890123456","username":"mastodonpy_test","domain":null,"created_at":"2019-06-22T23:11:52.441Z","email":"mastodonpy_test@localhost:3000","ip":"127.0.0.1","role":"user","confirmed":true,"suspended":false,"silenced":false,"disabled":false,"approved":true,"locale":"ja","invite_request":null,"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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":1,"emojis":[],"fields":[]}},"assigned_account":null,"action_taken_by_account":null,"statuses":[{"id":"102317288817212637","created_at":"2019-06-22T21:12:07.542Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102317288817212637","url":"http://localhost/@mastodonpy_test/102317288817212637","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"content":"\u003cp\u003eToot!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py
test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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":1,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}]}'}
2019-06-22 22:48:30 +02:00
headers :
Cache-Control : [ 'no-cache, no-store' ]
Content-Type : [ application/json; charset=utf-8]
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]
2019-06-22 23:16:47 +02:00
X-Request-Id : [ 5b565d3c-6012-43aa-bf05-c22c0d67fb7e]
X-Runtime : [ '0.272004' ]
2019-06-22 22:48:30 +02:00
X-XSS-Protection : [ 1 ; mode=block]
2019-06-22 23:16:47 +02:00
content-length : [ '3131' ]
2019-06-22 22:48:30 +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]
User-Agent : [ python-requests/2.18.4]
method : GET
uri : http://localhost:3000/api/v1/admin/reports
response :
2019-06-22 23:16:47 +02:00
body : {string : '[{"id":"18","action_taken":false,"comment":"api crimes","created_at":"2019-06-22T21:12:08.142Z","updated_at":"2019-06-22T21:12:09.071Z","account":{"id":"1","username":"admin","domain":null,"created_at":"2019-06-22T12:42:50.096Z","email":"admin@localhost","ip":"127.0.0.1","role":"admin","confirmed":true,"suspended":false,"silenced":false,"disabled":false,"approved":true,"locale":null,"invite_request":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":2,"following_count":1,"statuses_count":16,"emojis":[],"fields":[]}},"target_account":{"id":"1234567890123456","username":"mastodonpy_test","domain":null,"created_at":"2019-06-22T23:11:52.441Z","email":"mastodonpy_test@localhost:3000","ip":"127.0.0.1","role":"user","confirmed":true,"suspended":false,"silenced":false,"disabled":false,"approved":true,"locale":"ja","invite_request":null,"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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":1,"emojis":[],"fields":[]}},"assigned_account":null,"action_taken_by_account":null,"statuses":[{"id":"102317288817212637","created_at":"2019-06-22T21:12:07.542Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102317288817212637","url":"http://localhost/@mastodonpy_test/102317288817212637","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"content":"\u003cp\u003eToot!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py
test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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":1,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}]}]'}
2019-06-22 22:48:30 +02:00
headers :
Cache-Control : [ 'no-cache, no-store' ]
Content-Type : [ application/json; charset=utf-8]
2019-06-22 23:16:47 +02:00
Link : [ '<http://localhost:3000/api/v1/admin/reports?min_id=18>; rel="prev"' ]
2019-06-22 22:48:30 +02:00
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]
2019-06-22 23:16:47 +02:00
X-Request-Id : [ 09860614 -9174 -454d-b3a7-887c170447ea]
X-Runtime : [ '0.117754' ]
2019-06-22 22:48:30 +02:00
X-XSS-Protection : [ 1 ; mode=block]
2019-06-22 23:16:47 +02:00
content-length : [ '3133' ]
2019-06-22 22:48:30 +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' ]
User-Agent : [ python-requests/2.18.4]
method : POST
2019-06-22 23:16:47 +02:00
uri : http://localhost:3000/api/v1/admin/reports/18/assign_to_self
2019-06-22 22:48:30 +02:00
response :
2019-06-22 23:16:47 +02:00
body : {string : '{"id":"18","action_taken":false,"comment":"api crimes","created_at":"2019-06-22T21:12:08.142Z","updated_at":"2019-06-22T21:12:09.389Z","account":{"id":"1","username":"admin","domain":null,"created_at":"2019-06-22T12:42:50.096Z","email":"admin@localhost","ip":"127.0.0.1","role":"admin","confirmed":true,"suspended":false,"silenced":false,"disabled":false,"approved":true,"locale":null,"invite_request":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":2,"following_count":1,"statuses_count":16,"emojis":[],"fields":[]}},"target_account":{"id":"1234567890123456","username":"mastodonpy_test","domain":null,"created_at":"2019-06-22T23:11:52.441Z","email":"mastodonpy_test@localhost:3000","ip":"127.0.0.1","role":"user","confirmed":true,"suspended":false,"silenced":false,"disabled":false,"approved":true,"locale":"ja","invite_request":null,"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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":1,"emojis":[],"fields":[]}},"assigned_account":{"id":"1","username":"admin","domain":null,"created_at":"2019-06-22T12:42:50.096Z","email":"admin@localhost","ip":"127.0.0.1","role":"admin","confirmed":true,"suspended":false,"silenced":false,"disabled":false,"approved":true,"locale":null,"invite_request":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":2,"following_count":1,"statuses_count":16,"emojis":[],"fields":[]}},"action_taken_by_account":null,"statuses":[{"id":"102317288817212637","created_at":"2019-06-22T21:12:07.542Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102317288817212637","url":"http://localhost/@mastodonpy_test/102317288817212637","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"content":"\u003cp\u003eToot!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py
test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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":1,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}]}'}
2019-06-22 22:48:30 +02:00
headers :
Cache-Control : [ 'no-cache, no-store' ]
Content-Type : [ application/json; charset=utf-8]
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]
2019-06-22 23:16:47 +02:00
X-Request-Id : [ 70823770 -6de1-472d-aa77-031aaf1a6b64]
X-Runtime : [ '0.106332' ]
2019-06-22 22:48:30 +02:00
X-XSS-Protection : [ 1 ; mode=block]
2019-06-22 23:16:47 +02:00
content-length : [ '3924' ]
2019-06-22 22:48:30 +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' ]
User-Agent : [ python-requests/2.18.4]
method : POST
2019-06-22 23:16:47 +02:00
uri : http://localhost:3000/api/v1/admin/reports/18/unassign
2019-06-22 22:48:30 +02:00
response :
2019-06-22 23:16:47 +02:00
body : {string : '{"id":"18","action_taken":false,"comment":"api crimes","created_at":"2019-06-22T21:12:08.142Z","updated_at":"2019-06-22T21:12:09.501Z","account":{"id":"1","username":"admin","domain":null,"created_at":"2019-06-22T12:42:50.096Z","email":"admin@localhost","ip":"127.0.0.1","role":"admin","confirmed":true,"suspended":false,"silenced":false,"disabled":false,"approved":true,"locale":null,"invite_request":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":2,"following_count":1,"statuses_count":16,"emojis":[],"fields":[]}},"target_account":{"id":"1234567890123456","username":"mastodonpy_test","domain":null,"created_at":"2019-06-22T23:11:52.441Z","email":"mastodonpy_test@localhost:3000","ip":"127.0.0.1","role":"user","confirmed":true,"suspended":false,"silenced":false,"disabled":false,"approved":true,"locale":"ja","invite_request":null,"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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":1,"emojis":[],"fields":[]}},"assigned_account":null,"action_taken_by_account":null,"statuses":[{"id":"102317288817212637","created_at":"2019-06-22T21:12:07.542Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102317288817212637","url":"http://localhost/@mastodonpy_test/102317288817212637","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"content":"\u003cp\u003eToot!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py
test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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":1,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}]}'}
2019-06-22 22:48:30 +02:00
headers :
Cache-Control : [ 'no-cache, no-store' ]
Content-Type : [ application/json; charset=utf-8]
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]
2019-06-22 23:16:47 +02:00
X-Request-Id : [ 4b34a03a-f093-4260-b7f0-964bb99cb2ef]
X-Runtime : [ '0.118155' ]
2019-06-22 22:48:30 +02:00
X-XSS-Protection : [ 1 ; mode=block]
2019-06-22 23:16:47 +02:00
content-length : [ '3131' ]
2019-06-22 22:48:30 +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]
User-Agent : [ python-requests/2.18.4]
method : GET
2019-06-22 23:16:47 +02:00
uri : http://localhost:3000/api/v1/admin/reports/18
2019-06-22 22:48:30 +02:00
response :
2019-06-22 23:16:47 +02:00
body : {string : '{"id":"18","action_taken":false,"comment":"api crimes","created_at":"2019-06-22T21:12:08.142Z","updated_at":"2019-06-22T21:12:09.501Z","account":{"id":"1","username":"admin","domain":null,"created_at":"2019-06-22T12:42:50.096Z","email":"admin@localhost","ip":"127.0.0.1","role":"admin","confirmed":true,"suspended":false,"silenced":false,"disabled":false,"approved":true,"locale":null,"invite_request":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":2,"following_count":1,"statuses_count":16,"emojis":[],"fields":[]}},"target_account":{"id":"1234567890123456","username":"mastodonpy_test","domain":null,"created_at":"2019-06-22T23:11:52.441Z","email":"mastodonpy_test@localhost:3000","ip":"127.0.0.1","role":"user","confirmed":true,"suspended":false,"silenced":false,"disabled":false,"approved":true,"locale":"ja","invite_request":null,"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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":1,"emojis":[],"fields":[]}},"assigned_account":null,"action_taken_by_account":null,"statuses":[{"id":"102317288817212637","created_at":"2019-06-22T21:12:07.542Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102317288817212637","url":"http://localhost/@mastodonpy_test/102317288817212637","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"content":"\u003cp\u003eToot!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py
test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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":1,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}]}'}
2019-06-22 22:48:30 +02:00
headers :
Cache-Control : [ 'no-cache, no-store' ]
Content-Type : [ application/json; charset=utf-8]
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]
2019-06-22 23:16:47 +02:00
X-Request-Id : [ 5480280b-454a-4f37-b56b-6db7c5606390]
X-Runtime : [ '0.080315' ]
2019-06-22 22:48:30 +02:00
X-XSS-Protection : [ 1 ; mode=block]
2019-06-22 23:16:47 +02:00
content-length : [ '3131' ]
2019-06-22 22:48:30 +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' ]
User-Agent : [ python-requests/2.18.4]
method : DELETE
2019-06-22 23:16:47 +02:00
uri : http://localhost:3000/api/v1/statuses/102317288817212637
2019-06-22 22:48:30 +02:00
response :
2019-06-22 23:16:47 +02:00
body : {string : '{"id":"102317288817212637","created_at":"2019-06-22T21:12:07.542Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102317288817212637","url":"http://localhost/@mastodonpy_test/102317288817212637","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot!","reblog":null,"application":{"name":"Mastodon.py
test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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":1,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'}
2019-06-22 22:48:30 +02:00
headers :
Cache-Control : [ 'no-cache, no-store' ]
Content-Type : [ application/json; charset=utf-8]
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]
2019-06-22 23:16:47 +02:00
X-Request-Id : [ b91c9f4b-700f-4a4e-ae77-4042f9a9508a]
X-Runtime : [ '0.084311' ]
2019-06-22 22:48:30 +02:00
X-XSS-Protection : [ 1 ; mode=block]
content-length : [ '1206' ]
status : {code: 200, message : OK}
version : 1