2019-10-12 22:55:17 +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-10-12 23:03:14 +02:00
body : {string : '{"id":"102951423292151153","created_at":"2019-10-12T21:00:51.710Z","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/102951423292151153","url":"http://localhost/@mastodonpy_test/102951423292151153","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":2,"last_status_at":"2019-10-12T21:00:51.718Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'}
2019-10-12 22:55:17 +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-10-12 23:03:14 +02:00
X-Request-Id : [ dc9b8e89-abe9-4874-9cae-b95a45ce9450]
X-Runtime : [ '0.137877' ]
2019-10-12 22:55:17 +02:00
X-XSS-Protection : [ 1 ; mode=block]
content-length : [ '1280' ]
status : {code: 200, message : OK}
- request :
2019-10-12 23:03:14 +02:00
body : '{"home": {"last_read_id": 102951423292151153}}'
2019-10-12 22:55:17 +02:00
headers :
Accept : [ '*/*' ]
Accept-Encoding : [ 'gzip, deflate' ]
Authorization : [ Bearer __MASTODON_PY_TEST_ACCESS_TOKEN]
Connection : [ keep-alive]
Content-Length : [ '46' ]
Content-Type : [ application/json]
User-Agent : [ python-requests/2.18.4]
method : POST
uri : http://localhost:3000/api/v1/markers
response :
2019-10-12 23:03:14 +02:00
body : {string : '{"home":{"last_read_id":"102951423292151153","version":3,"updated_at":"2019-10-12T21:00:51.861Z"}}' }
2019-10-12 22:55:17 +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-10-12 23:03:14 +02:00
X-Request-Id : [ 7e38f250-13f5-4a65-963a-5628afd5d358]
X-Runtime : [ '0.049725' ]
2019-10-12 22:55:17 +02:00
X-XSS-Protection : [ 1 ; mode=block]
content-length : [ '98' ]
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/markers?timeline%5B%5D=home
response :
2019-10-12 23:03:14 +02:00
body : {string : '{"home":{"last_read_id":"102951423292151153","version":3,"updated_at":"2019-10-12T21:00:51.861Z"}}' }
2019-10-12 22:55:17 +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-10-12 23:03:14 +02:00
X-Request-Id : [ 2d2a7097-28c2-45ef-8f2d-fbf9d657643e]
X-Runtime : [ '0.017669' ]
2019-10-12 22:55:17 +02:00
X-XSS-Protection : [ 1 ; mode=block]
content-length : [ '98' ]
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-10-12 23:03:14 +02:00
uri : http://localhost:3000/api/v1/statuses/102951423292151153
2019-10-12 22:55:17 +02:00
response :
2019-10-12 23:03:14 +02:00
body : {string : '{"id":"102951423292151153","created_at":"2019-10-12T21:00:51.710Z","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/102951423292151153","url":"http://localhost/@mastodonpy_test/102951423292151153","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":2,"last_status_at":"2019-10-12T21:00:51.718Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'}
2019-10-12 22:55:17 +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-10-12 23:03:14 +02:00
X-Request-Id : [ 876836e4 -eac3-490b-96a4-d98c8400ab58]
X-Runtime : [ '0.111862' ]
2019-10-12 22:55:17 +02:00
X-XSS-Protection : [ 1 ; mode=block]
content-length : [ '1250' ]
status : {code: 200, message : OK}
version : 1