2017-11-27 02:25:33 +01:00
interactions :
- request :
2018-04-18 22:00:35 +02:00
body : status=Toot%21
2017-11-27 02:25:33 +01:00
headers :
Accept : [ '*/*' ]
Accept-Encoding : [ 'gzip, deflate' ]
2018-04-18 22:00:35 +02:00
Authorization : [ Bearer __MASTODON_PY_TEST_ACCESS_TOKEN]
2017-11-27 02:25:33 +01:00
Connection : [ keep-alive]
2018-04-18 22:00:35 +02:00
Content-Length : [ '14' ]
2017-11-27 02:25:33 +01:00
Content-Type : [ application/x-www-form-urlencoded]
2018-04-18 22:00:35 +02:00
User-Agent : [ python-requests/2.9.1]
2017-11-27 02:25:33 +01:00
method : POST
uri : http://localhost:3000/api/v1/statuses
response :
2018-04-18 22:00:35 +02:00
body : {string : '{"id":"99882188005617641","created_at":"2018-04-18T19:53:57.892Z","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/99882188005617641","content":"\u003cp\u003eToot!\u003c/p\u003e","url":"http://localhost:3000/@mastodonpy_test/99882188005617641","reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"reblog":null,"application":{"name":"Mastodon.py
test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John
Lennon","locked":true,"created_at":"2018-04-18T20:04:06.511Z","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_.jpg","avatar_static":"http://localhost:3000/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpg","header":"http://localhost:3000/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpg","header_static":"http://localhost:3000/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpg","followers_count":0,"following_count":0,"statuses_count":22},"media_attachments":[],"mentions":[],"tags":[],"emojis":[]}'}
2017-11-27 02:25:33 +01:00
headers :
Cache-Control : [ 'max-age=0, private, must-revalidate' ]
Content-Type : [ application/json; charset=utf-8]
2018-04-18 22:00:35 +02:00
ETag : [ W/"d3f787976e4b9b192e14820fd6c30a45"]
2017-11-27 02:25:33 +01:00
Transfer-Encoding : [ chunked]
Vary : [ 'Accept-Encoding, Origin' ]
X-Content-Type-Options : [ nosniff]
X-Frame-Options : [ SAMEORIGIN]
2018-04-18 22:00:35 +02:00
X-Request-Id : [ 3f4f6189-c8f5-4b28-83c3-07a2fbe4ba64]
X-Runtime : [ '0.313662' ]
2017-11-27 02:25:33 +01:00
X-XSS-Protection : [ 1 ; mode=block]
2018-04-18 22:00:35 +02:00
content-length : [ '1397' ]
2017-11-27 02:25:33 +01:00
status : {code: 200, message : OK}
- request :
2018-04-18 22:00:35 +02:00
body : status=Reply%21&in_reply_to_id=99882188005617641
2017-11-27 02:25:33 +01:00
headers :
Accept : [ '*/*' ]
Accept-Encoding : [ 'gzip, deflate' ]
2018-04-18 22:00:35 +02:00
Authorization : [ Bearer __MASTODON_PY_TEST_ACCESS_TOKEN]
2017-11-27 02:25:33 +01:00
Connection : [ keep-alive]
2018-04-18 22:00:35 +02:00
Content-Length : [ '48' ]
2017-11-27 02:25:33 +01:00
Content-Type : [ application/x-www-form-urlencoded]
2018-04-18 22:00:35 +02:00
User-Agent : [ python-requests/2.9.1]
2017-11-27 02:25:33 +01:00
method : POST
uri : http://localhost:3000/api/v1/statuses
response :
2018-04-18 22:00:35 +02:00
body : {string : '{"id":"99882188019557084","created_at":"2018-04-18T19:53:58.102Z","in_reply_to_id":"99882188005617641","in_reply_to_account_id":"1234567890123456","sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost:3000/users/mastodonpy_test/statuses/99882188019557084","content":"\u003cp\u003eReply!\u003c/p\u003e","url":"http://localhost:3000/@mastodonpy_test/99882188019557084","reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"reblog":null,"application":{"name":"Mastodon.py
test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John
Lennon","locked":true,"created_at":"2018-04-18T20:04:06.511Z","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_.jpg","avatar_static":"http://localhost:3000/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpg","header":"http://localhost:3000/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpg","header_static":"http://localhost:3000/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpg","followers_count":0,"following_count":0,"statuses_count":22},"media_attachments":[],"mentions":[],"tags":[],"emojis":[]}'}
2017-11-27 02:25:33 +01:00
headers :
Cache-Control : [ 'max-age=0, private, must-revalidate' ]
Content-Type : [ application/json; charset=utf-8]
2018-04-18 22:00:35 +02:00
ETag : [ W/"1360daffb4950601c7132fe4c13e29d2"]
2017-11-27 02:25:33 +01:00
Transfer-Encoding : [ chunked]
Vary : [ 'Accept-Encoding, Origin' ]
X-Content-Type-Options : [ nosniff]
X-Frame-Options : [ SAMEORIGIN]
2018-04-18 22:00:35 +02:00
X-Request-Id : [ a631a731-1b05-46af-8ad2-c16fe7fd46b0]
X-Runtime : [ '0.219624' ]
2017-11-27 02:25:33 +01:00
X-XSS-Protection : [ 1 ; mode=block]
2018-04-18 22:00:35 +02:00
content-length : [ '1427' ]
2017-11-27 02:25:33 +01:00
status : {code: 200, message : OK}
- request :
body : null
headers :
Accept : [ '*/*' ]
Accept-Encoding : [ 'gzip, deflate' ]
2018-04-18 22:00:35 +02:00
Authorization : [ Bearer __MASTODON_PY_TEST_ACCESS_TOKEN]
2017-11-27 02:25:33 +01:00
Connection : [ keep-alive]
Content-Length : [ '0' ]
2018-04-18 22:00:35 +02:00
User-Agent : [ python-requests/2.9.1]
2017-11-27 02:25:33 +01:00
method : DELETE
2018-04-18 22:00:35 +02:00
uri : http://localhost:3000/api/v1/statuses/99882188019557084
2017-11-27 02:25:33 +01:00
response :
body : {string : '{}' }
headers :
Cache-Control : [ 'max-age=0, private, must-revalidate' ]
Content-Type : [ application/json; charset=utf-8]
2018-04-18 22:00:35 +02:00
ETag : [ W/"63a6b9430632d6621259069a020087b2"]
2017-11-27 02:25:33 +01:00
Transfer-Encoding : [ chunked]
Vary : [ 'Accept-Encoding, Origin' ]
X-Content-Type-Options : [ nosniff]
X-Frame-Options : [ SAMEORIGIN]
2018-04-18 22:00:35 +02:00
X-Request-Id : [ 75523a1d-e349-465c-8c0c-882d6c2fcb70]
X-Runtime : [ '0.039517' ]
2017-11-27 02:25:33 +01:00
X-XSS-Protection : [ 1 ; mode=block]
content-length : [ '2' ]
status : {code: 200, message : OK}
- request :
body : null
headers :
Accept : [ '*/*' ]
Accept-Encoding : [ 'gzip, deflate' ]
2018-04-18 22:00:35 +02:00
Authorization : [ Bearer __MASTODON_PY_TEST_ACCESS_TOKEN]
2017-11-27 02:25:33 +01:00
Connection : [ keep-alive]
Content-Length : [ '0' ]
2018-04-18 22:00:35 +02:00
User-Agent : [ python-requests/2.9.1]
2017-11-27 02:25:33 +01:00
method : DELETE
2018-04-18 22:00:35 +02:00
uri : http://localhost:3000/api/v1/statuses/99882188005617641
2017-11-27 02:25:33 +01:00
response :
body : {string : '{}' }
headers :
Cache-Control : [ 'max-age=0, private, must-revalidate' ]
Content-Type : [ application/json; charset=utf-8]
2018-04-18 22:00:35 +02:00
ETag : [ W/"63a6b9430632d6621259069a020087b2"]
2017-11-27 02:25:33 +01:00
Transfer-Encoding : [ chunked]
Vary : [ 'Accept-Encoding, Origin' ]
X-Content-Type-Options : [ nosniff]
X-Frame-Options : [ SAMEORIGIN]
2018-04-18 22:00:35 +02:00
X-Request-Id : [ 6ff386ca-c8e5-41bc-9813-9b275cc0b97a]
X-Runtime : [ '0.060172' ]
2017-11-27 02:25:33 +01:00
X-XSS-Protection : [ 1 ; mode=block]
content-length : [ '2' ]
status : {code: 200, message : OK}
2018-04-18 22:07:03 +02:00
- 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.9.1]
method : POST
uri : http://localhost:3000/api/v1/statuses
response :
body : {string : '{"id":"99882232448219684","created_at":"2018-04-18T20:05:16.066Z","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/99882232448219684","content":"\u003cp\u003eToot!\u003c/p\u003e","url":"http://localhost:3000/@mastodonpy_test/99882232448219684","reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"reblog":null,"application":{"name":"Mastodon.py
test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John
Lennon","locked":true,"created_at":"2018-04-18T20:04:06.511Z","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_.jpe","avatar_static":"http://localhost:3000/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpe","header":"http://localhost:3000/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpe","header_static":"http://localhost:3000/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpe","followers_count":0,"following_count":0,"statuses_count":22},"media_attachments":[],"mentions":[],"tags":[],"emojis":[]}'}
headers :
Cache-Control : [ 'max-age=0, private, must-revalidate' ]
Content-Type : [ application/json; charset=utf-8]
ETag : [ W/"aadb34f1b7457969db58986e259ecf1f"]
Transfer-Encoding : [ chunked]
Vary : [ 'Accept-Encoding, Origin' ]
X-Content-Type-Options : [ nosniff]
X-Frame-Options : [ SAMEORIGIN]
X-Request-Id : [ ba4cc74f-1f39-400b-8bb5-05129ef7536e]
X-Runtime : [ '0.279984' ]
X-XSS-Protection : [ 1 ; mode=block]
content-length : [ '1397' ]
status : {code: 200, message : OK}
- request :
body : status=Reply%21&in_reply_to_id=99882232448219684
headers :
Accept : [ '*/*' ]
Accept-Encoding : [ 'gzip, deflate' ]
Authorization : [ Bearer __MASTODON_PY_TEST_ACCESS_TOKEN]
Connection : [ keep-alive]
Content-Length : [ '48' ]
Content-Type : [ application/x-www-form-urlencoded]
User-Agent : [ python-requests/2.9.1]
method : POST
uri : http://localhost:3000/api/v1/statuses
response :
body : {string : '{"id":"99882232463400830","created_at":"2018-04-18T20:05:16.260Z","in_reply_to_id":"99882232448219684","in_reply_to_account_id":"1234567890123456","sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost:3000/users/mastodonpy_test/statuses/99882232463400830","content":"\u003cp\u003eReply!\u003c/p\u003e","url":"http://localhost:3000/@mastodonpy_test/99882232463400830","reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"reblog":null,"application":{"name":"Mastodon.py
test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John
Lennon","locked":true,"created_at":"2018-04-18T20:04:06.511Z","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_.jpe","avatar_static":"http://localhost:3000/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpe","header":"http://localhost:3000/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpe","header_static":"http://localhost:3000/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpe","followers_count":0,"following_count":0,"statuses_count":22},"media_attachments":[],"mentions":[],"tags":[],"emojis":[]}'}
headers :
Cache-Control : [ 'max-age=0, private, must-revalidate' ]
Content-Type : [ application/json; charset=utf-8]
ETag : [ W/"592e411e6785f0dbfe62f32f7bcbd813"]
Transfer-Encoding : [ chunked]
Vary : [ 'Accept-Encoding, Origin' ]
X-Content-Type-Options : [ nosniff]
X-Frame-Options : [ SAMEORIGIN]
X-Request-Id : [ 0e66147e-ce83-460f-99e6-cd7fc93fbc74]
X-Runtime : [ '0.215496' ]
X-XSS-Protection : [ 1 ; mode=block]
content-length : [ '1427' ]
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.9.1]
method : DELETE
uri : http://localhost:3000/api/v1/statuses/99882232463400830
response :
body : {string : '{}' }
headers :
Cache-Control : [ 'max-age=0, private, must-revalidate' ]
Content-Type : [ application/json; charset=utf-8]
ETag : [ W/"e607899d86ae2829ee1d4e534eeb229e"]
Transfer-Encoding : [ chunked]
Vary : [ 'Accept-Encoding, Origin' ]
X-Content-Type-Options : [ nosniff]
X-Frame-Options : [ SAMEORIGIN]
X-Request-Id : [ 586ea7c2-d7d9-4e0a-aba2-67d23fa65a07]
X-Runtime : [ '0.038592' ]
X-XSS-Protection : [ 1 ; mode=block]
content-length : [ '2' ]
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.9.1]
method : DELETE
uri : http://localhost:3000/api/v1/statuses/99882232448219684
response :
body : {string : '{}' }
headers :
Cache-Control : [ 'max-age=0, private, must-revalidate' ]
Content-Type : [ application/json; charset=utf-8]
ETag : [ W/"e607899d86ae2829ee1d4e534eeb229e"]
Transfer-Encoding : [ chunked]
Vary : [ 'Accept-Encoding, Origin' ]
X-Content-Type-Options : [ nosniff]
X-Frame-Options : [ SAMEORIGIN]
X-Request-Id : [ a36ea50e-bc8a-4c47-82b0-7341c8b5e230]
X-Runtime : [ '0.063065' ]
X-XSS-Protection : [ 1 ; mode=block]
content-length : [ '2' ]
status : {code: 200, message : OK}
2017-11-27 02:25:33 +01:00
version : 1