Mastodonplus.py/tests/cassettes/test_fetch_next_previous.yaml

745 líneas
59 KiB
YAML
Original Vista normal Històric

2017-11-28 01:41:18 +01:00
interactions:
- 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-28 01:41:18 +01:00
Connection: [keep-alive]
2018-04-18 22:00:35 +02:00
User-Agent: [python-requests/2.9.1]
2017-11-28 01:41:18 +01:00
method: GET
uri: http://localhost:3000/api/v1/accounts/verify_credentials
response:
2018-04-18 22:00:35 +02:00
body: {string: '{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John
2018-05-07 00:53:13 +02:00
Lennon","locked":true,"created_at":"2018-05-07T00:38:05.405Z","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":1,"statuses_count":1,"source":{"privacy":"public","sensitive":false,"note":"I
2018-04-18 22:00:35 +02:00
walk funny"}}'}
2017-11-28 01:41:18 +01:00
headers:
Cache-Control: ['max-age=0, private, must-revalidate']
Content-Type: [application/json; charset=utf-8]
2018-05-07 00:53:13 +02:00
ETag: [W/"315a656d6f113ed39e945ccedcce3c33"]
2017-11-28 01:41:18 +01:00
Transfer-Encoding: [chunked]
Vary: ['Accept-Encoding, Origin']
X-Content-Type-Options: [nosniff]
X-Frame-Options: [SAMEORIGIN]
2018-05-07 00:53:13 +02:00
X-Request-Id: [96203c31-a449-43a5-8e89-cfcbe28602db]
X-Runtime: ['0.051048']
2017-11-28 01:41:18 +01:00
X-XSS-Protection: [1; mode=block]
2018-05-07 00:53:13 +02:00
content-length: ['837']
2017-11-28 01:41:18 +01:00
status: {code: 200, message: OK}
- request:
2018-04-18 22:00:35 +02:00
body: status=Toot+number+0%21
2017-11-28 01:41:18 +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-28 01:41:18 +01:00
Connection: [keep-alive]
2018-04-18 22:00:35 +02:00
Content-Length: ['23']
2017-11-28 01:41:18 +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-28 01:41:18 +01:00
method: POST
uri: http://localhost:3000/api/v1/statuses
response:
2018-05-07 00:53:13 +02:00
body: {string: '{"id":"99984771254970344","created_at":"2018-05-06T22:42:14.048Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost:3000/users/mastodonpy_test/statuses/99984771254970344","content":"\u003cp\u003eToot
number 0!\u003c/p\u003e","url":"http://localhost:3000/@mastodonpy_test/99984771254970344","reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"reblog":null,"application":{"name":"Mastodon.py
2018-04-18 22:00:35 +02:00
test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John
2018-05-07 00:53:13 +02:00
Lennon","locked":true,"created_at":"2018-05-07T00:38:05.405Z","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":1,"statuses_count":2},"media_attachments":[],"mentions":[],"tags":[],"emojis":[]}'}
2017-11-28 01:41:18 +01:00
headers:
Cache-Control: ['max-age=0, private, must-revalidate']
Content-Type: [application/json; charset=utf-8]
2018-05-07 00:53:13 +02:00
ETag: [W/"08957941af94009c2dae7f42329611d6"]
2017-11-28 01:41:18 +01:00
Transfer-Encoding: [chunked]
Vary: ['Accept-Encoding, Origin']
X-Content-Type-Options: [nosniff]
X-Frame-Options: [SAMEORIGIN]
2018-05-07 00:53:13 +02:00
X-Request-Id: [6bf3a104-3906-41c1-b363-3c621c6b0a63]
X-Runtime: ['0.174335']
2017-11-28 01:41:18 +01:00
X-XSS-Protection: [1; mode=block]
2018-05-07 00:53:13 +02:00
content-length: ['1409']
2017-11-28 01:41:18 +01:00
status: {code: 200, message: OK}
- request:
2018-04-18 22:00:35 +02:00
body: status=Toot+number+1%21
2017-11-28 01:41:18 +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-28 01:41:18 +01:00
Connection: [keep-alive]
2018-04-18 22:00:35 +02:00
Content-Length: ['23']
2017-11-28 01:41:18 +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-28 01:41:18 +01:00
method: POST
uri: http://localhost:3000/api/v1/statuses
response:
2018-05-07 00:53:13 +02:00
body: {string: '{"id":"99984771274347961","created_at":"2018-05-06T22:42:14.351Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost:3000/users/mastodonpy_test/statuses/99984771274347961","content":"\u003cp\u003eToot
number 1!\u003c/p\u003e","url":"http://localhost:3000/@mastodonpy_test/99984771274347961","reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"reblog":null,"application":{"name":"Mastodon.py
2018-04-18 22:00:35 +02:00
test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John
2018-05-07 00:53:13 +02:00
Lennon","locked":true,"created_at":"2018-05-07T00:38:05.405Z","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":1,"statuses_count":3},"media_attachments":[],"mentions":[],"tags":[],"emojis":[]}'}
2017-11-28 01:41:18 +01:00
headers:
Cache-Control: ['max-age=0, private, must-revalidate']
Content-Type: [application/json; charset=utf-8]
2018-05-07 00:53:13 +02:00
ETag: [W/"744940c300cb03098c5290b7560bdead"]
2017-11-28 01:41:18 +01:00
Transfer-Encoding: [chunked]
Vary: ['Accept-Encoding, Origin']
X-Content-Type-Options: [nosniff]
X-Frame-Options: [SAMEORIGIN]
2018-05-07 00:53:13 +02:00
X-Request-Id: [659bc725-83aa-4298-8547-53add1cd85c1]
X-Runtime: ['0.379615']
2017-11-28 01:41:18 +01:00
X-XSS-Protection: [1; mode=block]
2018-05-07 00:53:13 +02:00
content-length: ['1409']
2017-11-28 01:41:18 +01:00
status: {code: 200, message: OK}
- request:
2018-04-18 22:00:35 +02:00
body: status=Toot+number+2%21
2017-11-28 01:41:18 +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-28 01:41:18 +01:00
Connection: [keep-alive]
2018-04-18 22:00:35 +02:00
Content-Length: ['23']
2017-11-28 01:41:18 +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-28 01:41:18 +01:00
method: POST
uri: http://localhost:3000/api/v1/statuses
response:
2018-05-07 00:53:13 +02:00
body: {string: '{"id":"99984771299392882","created_at":"2018-05-06T22:42:14.737Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost:3000/users/mastodonpy_test/statuses/99984771299392882","content":"\u003cp\u003eToot
number 2!\u003c/p\u003e","url":"http://localhost:3000/@mastodonpy_test/99984771299392882","reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"reblog":null,"application":{"name":"Mastodon.py
2018-04-18 22:00:35 +02:00
test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John
2018-05-07 00:53:13 +02:00
Lennon","locked":true,"created_at":"2018-05-07T00:38:05.405Z","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":1,"statuses_count":4},"media_attachments":[],"mentions":[],"tags":[],"emojis":[]}'}
2017-11-28 01:41:18 +01:00
headers:
Cache-Control: ['max-age=0, private, must-revalidate']
Content-Type: [application/json; charset=utf-8]
2018-05-07 00:53:13 +02:00
ETag: [W/"e8da1c24ab37f310e46faee713b734ba"]
2017-11-28 01:41:18 +01:00
Transfer-Encoding: [chunked]
Vary: ['Accept-Encoding, Origin']
X-Content-Type-Options: [nosniff]
X-Frame-Options: [SAMEORIGIN]
2018-05-07 00:53:13 +02:00
X-Request-Id: [ec805fa4-1140-4c11-97de-54972d515543]
X-Runtime: ['0.369307']
2017-11-28 01:41:18 +01:00
X-XSS-Protection: [1; mode=block]
2018-05-07 00:53:13 +02:00
content-length: ['1409']
2017-11-28 01:41:18 +01:00
status: {code: 200, message: OK}
- request:
2018-04-18 22:00:35 +02:00
body: status=Toot+number+3%21
2017-11-28 01:41:18 +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-28 01:41:18 +01:00
Connection: [keep-alive]
2018-04-18 22:00:35 +02:00
Content-Length: ['23']
2017-11-28 01:41:18 +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-28 01:41:18 +01:00
method: POST
uri: http://localhost:3000/api/v1/statuses
response:
2018-05-07 00:53:13 +02:00
body: {string: '{"id":"99984771326521245","created_at":"2018-05-06T22:42:15.146Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost:3000/users/mastodonpy_test/statuses/99984771326521245","content":"\u003cp\u003eToot
number 3!\u003c/p\u003e","url":"http://localhost:3000/@mastodonpy_test/99984771326521245","reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"reblog":null,"application":{"name":"Mastodon.py
2018-04-18 22:00:35 +02:00
test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John
2018-05-07 00:53:13 +02:00
Lennon","locked":true,"created_at":"2018-05-07T00:38:05.405Z","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":1,"statuses_count":5},"media_attachments":[],"mentions":[],"tags":[],"emojis":[]}'}
2017-11-28 01:41:18 +01:00
headers:
Cache-Control: ['max-age=0, private, must-revalidate']
Content-Type: [application/json; charset=utf-8]
2018-05-07 00:53:13 +02:00
ETag: [W/"d43da6eb68fec1548168626c3b29d6ed"]
2017-11-28 01:41:18 +01:00
Transfer-Encoding: [chunked]
Vary: ['Accept-Encoding, Origin']
X-Content-Type-Options: [nosniff]
X-Frame-Options: [SAMEORIGIN]
2018-05-07 00:53:13 +02:00
X-Request-Id: [c904468a-3259-48ba-b88f-0d86ee809c1b]
X-Runtime: ['0.504716']
2017-11-28 01:41:18 +01:00
X-XSS-Protection: [1; mode=block]
2018-05-07 00:53:13 +02:00
content-length: ['1409']
2017-11-28 01:41:18 +01:00
status: {code: 200, message: OK}
- request:
2018-04-18 22:00:35 +02:00
body: status=Toot+number+4%21
2017-11-28 01:41:18 +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-28 01:41:18 +01:00
Connection: [keep-alive]
2018-04-18 22:00:35 +02:00
Content-Length: ['23']
2017-11-28 01:41:18 +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-28 01:41:18 +01:00
method: POST
uri: http://localhost:3000/api/v1/statuses
response:
2018-05-07 00:53:13 +02:00
body: {string: '{"id":"99984771358790260","created_at":"2018-05-06T22:42:15.647Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost:3000/users/mastodonpy_test/statuses/99984771358790260","content":"\u003cp\u003eToot
number 4!\u003c/p\u003e","url":"http://localhost:3000/@mastodonpy_test/99984771358790260","reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"reblog":null,"application":{"name":"Mastodon.py
2018-04-18 22:00:35 +02:00
test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John
2018-05-07 00:53:13 +02:00
Lennon","locked":true,"created_at":"2018-05-07T00:38:05.405Z","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":1,"statuses_count":6},"media_attachments":[],"mentions":[],"tags":[],"emojis":[]}'}
2017-11-28 01:41:18 +01:00
headers:
Cache-Control: ['max-age=0, private, must-revalidate']
Content-Type: [application/json; charset=utf-8]
2018-05-07 00:53:13 +02:00
ETag: [W/"6a1efc19d8a70105bec6a93ac85824bb"]
2017-11-28 01:41:18 +01:00
Transfer-Encoding: [chunked]
Vary: ['Accept-Encoding, Origin']
X-Content-Type-Options: [nosniff]
X-Frame-Options: [SAMEORIGIN]
2018-05-07 00:53:13 +02:00
X-Request-Id: [72a6c850-6da2-4f1e-a859-f33fe98d75dd]
X-Runtime: ['0.378732']
2017-11-28 01:41:18 +01:00
X-XSS-Protection: [1; mode=block]
2018-05-07 00:53:13 +02:00
content-length: ['1409']
2017-11-28 01:41:18 +01:00
status: {code: 200, message: OK}
- request:
2018-04-18 22:00:35 +02:00
body: status=Toot+number+5%21
2017-11-28 01:41:18 +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-28 01:41:18 +01:00
Connection: [keep-alive]
2018-04-18 22:00:35 +02:00
Content-Length: ['23']
2017-11-28 01:41:18 +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-28 01:41:18 +01:00
method: POST
uri: http://localhost:3000/api/v1/statuses
response:
2018-05-07 00:53:13 +02:00
body: {string: '{"id":"99984771385854364","created_at":"2018-05-06T22:42:16.064Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost:3000/users/mastodonpy_test/statuses/99984771385854364","content":"\u003cp\u003eToot
number 5!\u003c/p\u003e","url":"http://localhost:3000/@mastodonpy_test/99984771385854364","reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"reblog":null,"application":{"name":"Mastodon.py
2018-04-18 22:00:35 +02:00
test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John
2018-05-07 00:53:13 +02:00
Lennon","locked":true,"created_at":"2018-05-07T00:38:05.405Z","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":1,"statuses_count":7},"media_attachments":[],"mentions":[],"tags":[],"emojis":[]}'}
2017-11-28 01:41:18 +01:00
headers:
Cache-Control: ['max-age=0, private, must-revalidate']
Content-Type: [application/json; charset=utf-8]
2018-05-07 00:53:13 +02:00
ETag: [W/"3d4f942f9641bb13421f5a588f943584"]
2017-11-28 01:41:18 +01:00
Transfer-Encoding: [chunked]
Vary: ['Accept-Encoding, Origin']
X-Content-Type-Options: [nosniff]
X-Frame-Options: [SAMEORIGIN]
2018-05-07 00:53:13 +02:00
X-Request-Id: [e1079967-31c5-4b09-b612-a47ed6eec747]
X-Runtime: ['0.505449']
2017-11-28 01:41:18 +01:00
X-XSS-Protection: [1; mode=block]
2018-05-07 00:53:13 +02:00
content-length: ['1409']
2017-11-28 01:41:18 +01:00
status: {code: 200, message: OK}
- request:
2018-04-18 22:00:35 +02:00
body: status=Toot+number+6%21
2017-11-28 01:41:18 +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-28 01:41:18 +01:00
Connection: [keep-alive]
2018-04-18 22:00:35 +02:00
Content-Length: ['23']
2017-11-28 01:41:18 +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-28 01:41:18 +01:00
method: POST
uri: http://localhost:3000/api/v1/statuses
response:
2018-05-07 00:53:13 +02:00
body: {string: '{"id":"99984771415948499","created_at":"2018-05-06T22:42:16.516Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost:3000/users/mastodonpy_test/statuses/99984771415948499","content":"\u003cp\u003eToot
number 6!\u003c/p\u003e","url":"http://localhost:3000/@mastodonpy_test/99984771415948499","reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"reblog":null,"application":{"name":"Mastodon.py
2018-04-18 22:00:35 +02:00
test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John
2018-05-07 00:53:13 +02:00
Lennon","locked":true,"created_at":"2018-05-07T00:38:05.405Z","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":1,"statuses_count":8},"media_attachments":[],"mentions":[],"tags":[],"emojis":[]}'}
2017-11-28 01:41:18 +01:00
headers:
Cache-Control: ['max-age=0, private, must-revalidate']
Content-Type: [application/json; charset=utf-8]
2018-05-07 00:53:13 +02:00
ETag: [W/"02f3dec6df25cf8983192bc6e6f13c8e"]
2017-11-28 01:41:18 +01:00
Transfer-Encoding: [chunked]
Vary: ['Accept-Encoding, Origin']
X-Content-Type-Options: [nosniff]
X-Frame-Options: [SAMEORIGIN]
2018-05-07 00:53:13 +02:00
X-Request-Id: [2f52f9c7-b63c-4e32-8a08-c86d8ad5d64f]
X-Runtime: ['0.258031']
2017-11-28 01:41:18 +01:00
X-XSS-Protection: [1; mode=block]
2018-05-07 00:53:13 +02:00
content-length: ['1409']
2017-11-28 01:41:18 +01:00
status: {code: 200, message: OK}
- request:
2018-04-18 22:00:35 +02:00
body: status=Toot+number+7%21
2017-11-28 01:41:18 +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-28 01:41:18 +01:00
Connection: [keep-alive]
2018-04-18 22:00:35 +02:00
Content-Length: ['23']
2017-11-28 01:41:18 +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-28 01:41:18 +01:00
method: POST
uri: http://localhost:3000/api/v1/statuses
response:
2018-05-07 00:53:13 +02:00
body: {string: '{"id":"99984771440604251","created_at":"2018-05-06T22:42:16.903Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost:3000/users/mastodonpy_test/statuses/99984771440604251","content":"\u003cp\u003eToot
number 7!\u003c/p\u003e","url":"http://localhost:3000/@mastodonpy_test/99984771440604251","reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"reblog":null,"application":{"name":"Mastodon.py
2018-04-18 22:00:35 +02:00
test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John
2018-05-07 00:53:13 +02:00
Lennon","locked":true,"created_at":"2018-05-07T00:38:05.405Z","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":1,"statuses_count":9},"media_attachments":[],"mentions":[],"tags":[],"emojis":[]}'}
2017-11-28 01:41:18 +01:00
headers:
Cache-Control: ['max-age=0, private, must-revalidate']
Content-Type: [application/json; charset=utf-8]
2018-05-07 00:53:13 +02:00
ETag: [W/"643d64c63fc4ba91afc2fc3b2cd742ae"]
2017-11-28 01:41:18 +01:00
Transfer-Encoding: [chunked]
Vary: ['Accept-Encoding, Origin']
X-Content-Type-Options: [nosniff]
X-Frame-Options: [SAMEORIGIN]
2018-05-07 00:53:13 +02:00
X-Request-Id: [344f0612-6e91-447c-b6fc-8ce1dd85dcb9]
X-Runtime: ['0.384426']
2017-11-28 01:41:18 +01:00
X-XSS-Protection: [1; mode=block]
2018-05-07 00:53:13 +02:00
content-length: ['1409']
2017-11-28 01:41:18 +01:00
status: {code: 200, message: OK}
- request:
2018-04-18 22:00:35 +02:00
body: status=Toot+number+8%21
2017-11-28 01:41:18 +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-28 01:41:18 +01:00
Connection: [keep-alive]
2018-04-18 22:00:35 +02:00
Content-Length: ['23']
2017-11-28 01:41:18 +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-28 01:41:18 +01:00
method: POST
uri: http://localhost:3000/api/v1/statuses
response:
2018-05-07 00:53:13 +02:00
body: {string: '{"id":"99984771472140139","created_at":"2018-05-06T22:42:17.371Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost:3000/users/mastodonpy_test/statuses/99984771472140139","content":"\u003cp\u003eToot
number 8!\u003c/p\u003e","url":"http://localhost:3000/@mastodonpy_test/99984771472140139","reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"reblog":null,"application":{"name":"Mastodon.py
2018-04-18 22:00:35 +02:00
test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John
2018-05-07 00:53:13 +02:00
Lennon","locked":true,"created_at":"2018-05-07T00:38:05.405Z","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":1,"statuses_count":10},"media_attachments":[],"mentions":[],"tags":[],"emojis":[]}'}
2017-11-28 01:41:18 +01:00
headers:
Cache-Control: ['max-age=0, private, must-revalidate']
Content-Type: [application/json; charset=utf-8]
2018-05-07 00:53:13 +02:00
ETag: [W/"aa4ac44cad352516ef382e1d04ddb636"]
2017-11-28 01:41:18 +01:00
Transfer-Encoding: [chunked]
Vary: ['Accept-Encoding, Origin']
X-Content-Type-Options: [nosniff]
X-Frame-Options: [SAMEORIGIN]
2018-05-07 00:53:13 +02:00
X-Request-Id: [ded04209-fd24-4cae-9918-0b67b9a7d4a9]
X-Runtime: ['0.429825']
2017-11-28 01:41:18 +01:00
X-XSS-Protection: [1; mode=block]
2018-05-07 00:53:13 +02:00
content-length: ['1410']
2017-11-28 01:41:18 +01:00
status: {code: 200, message: OK}
- request:
2018-04-18 22:00:35 +02:00
body: status=Toot+number+9%21
2017-11-28 01:41:18 +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-28 01:41:18 +01:00
Connection: [keep-alive]
2018-04-18 22:00:35 +02:00
Content-Length: ['23']
2017-11-28 01:41:18 +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-28 01:41:18 +01:00
method: POST
uri: http://localhost:3000/api/v1/statuses
response:
2018-05-07 00:53:13 +02:00
body: {string: '{"id":"99984771495394037","created_at":"2018-05-06T22:42:17.723Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost:3000/users/mastodonpy_test/statuses/99984771495394037","content":"\u003cp\u003eToot
number 9!\u003c/p\u003e","url":"http://localhost:3000/@mastodonpy_test/99984771495394037","reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"reblog":null,"application":{"name":"Mastodon.py
2018-04-18 22:00:35 +02:00
test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John
2018-05-07 00:53:13 +02:00
Lennon","locked":true,"created_at":"2018-05-07T00:38:05.405Z","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":1,"statuses_count":11},"media_attachments":[],"mentions":[],"tags":[],"emojis":[]}'}
2017-11-28 01:41:18 +01:00
headers:
Cache-Control: ['max-age=0, private, must-revalidate']
Content-Type: [application/json; charset=utf-8]
2018-05-07 00:53:13 +02:00
ETag: [W/"fb361604235c588a18ae5ac5cd6b8673"]
2017-11-28 01:41:18 +01:00
Transfer-Encoding: [chunked]
Vary: ['Accept-Encoding, Origin']
X-Content-Type-Options: [nosniff]
X-Frame-Options: [SAMEORIGIN]
2018-05-07 00:53:13 +02:00
X-Request-Id: [a462c559-8fcd-407b-a3d3-13af8306ce92]
X-Runtime: ['0.345497']
2017-11-28 01:41:18 +01:00
X-XSS-Protection: [1; mode=block]
2018-05-07 00:53:13 +02:00
content-length: ['1410']
2017-11-28 01:41:18 +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-28 01:41:18 +01:00
Connection: [keep-alive]
2018-04-18 22:00:35 +02:00
User-Agent: [python-requests/2.9.1]
2017-11-28 01:41:18 +01:00
method: GET
2018-04-18 22:00:35 +02:00
uri: http://localhost:3000/api/v1/accounts/1234567890123456/statuses?limit=5
2017-11-28 01:41:18 +01:00
response:
2018-05-07 00:53:13 +02:00
body: {string: '[{"id":"99984771495394037","created_at":"2018-05-06T22:42:17.723Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost:3000/users/mastodonpy_test/statuses/99984771495394037","content":"\u003cp\u003eToot
number 9!\u003c/p\u003e","url":"http://localhost:3000/@mastodonpy_test/99984771495394037","reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"reblog":null,"application":{"name":"Mastodon.py
2018-04-18 22:00:35 +02:00
test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John
2018-05-07 00:53:13 +02:00
Lennon","locked":true,"created_at":"2018-05-07T00:38:05.405Z","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":1,"statuses_count":11},"media_attachments":[],"mentions":[],"tags":[],"emojis":[]},{"id":"99984771472140139","created_at":"2018-05-06T22:42:17.371Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost:3000/users/mastodonpy_test/statuses/99984771472140139","content":"\u003cp\u003eToot
number 8!\u003c/p\u003e","url":"http://localhost:3000/@mastodonpy_test/99984771472140139","reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"reblog":null,"application":{"name":"Mastodon.py
2018-04-18 22:00:35 +02:00
test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John
2018-05-07 00:53:13 +02:00
Lennon","locked":true,"created_at":"2018-05-07T00:38:05.405Z","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":1,"statuses_count":11},"media_attachments":[],"mentions":[],"tags":[],"emojis":[]},{"id":"99984771440604251","created_at":"2018-05-06T22:42:16.903Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost:3000/users/mastodonpy_test/statuses/99984771440604251","content":"\u003cp\u003eToot
number 7!\u003c/p\u003e","url":"http://localhost:3000/@mastodonpy_test/99984771440604251","reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"reblog":null,"application":{"name":"Mastodon.py
2018-04-18 22:00:35 +02:00
test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John
2018-05-07 00:53:13 +02:00
Lennon","locked":true,"created_at":"2018-05-07T00:38:05.405Z","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":1,"statuses_count":11},"media_attachments":[],"mentions":[],"tags":[],"emojis":[]},{"id":"99984771415948499","created_at":"2018-05-06T22:42:16.516Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost:3000/users/mastodonpy_test/statuses/99984771415948499","content":"\u003cp\u003eToot
number 6!\u003c/p\u003e","url":"http://localhost:3000/@mastodonpy_test/99984771415948499","reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"reblog":null,"application":{"name":"Mastodon.py
2018-04-18 22:00:35 +02:00
test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John
2018-05-07 00:53:13 +02:00
Lennon","locked":true,"created_at":"2018-05-07T00:38:05.405Z","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":1,"statuses_count":11},"media_attachments":[],"mentions":[],"tags":[],"emojis":[]},{"id":"99984771385854364","created_at":"2018-05-06T22:42:16.064Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost:3000/users/mastodonpy_test/statuses/99984771385854364","content":"\u003cp\u003eToot
number 5!\u003c/p\u003e","url":"http://localhost:3000/@mastodonpy_test/99984771385854364","reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"reblog":null,"application":{"name":"Mastodon.py
2018-04-18 22:00:35 +02:00
test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John
2018-05-07 00:53:13 +02:00
Lennon","locked":true,"created_at":"2018-05-07T00:38:05.405Z","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":1,"statuses_count":11},"media_attachments":[],"mentions":[],"tags":[],"emojis":[]}]'}
2017-11-28 01:41:18 +01:00
headers:
Cache-Control: ['max-age=0, private, must-revalidate']
Content-Type: [application/json; charset=utf-8]
2018-05-07 00:53:13 +02:00
ETag: [W/"f8a6e0b8680470633ffe123049a577f7"]
Link: ['<http://localhost:3000/api/v1/accounts/1234567890123456/statuses?limit=5&max_id=99984771385854364>;
rel="next", <http://localhost:3000/api/v1/accounts/1234567890123456/statuses?limit=5&since_id=99984771495394037>;
2017-11-28 01:41:18 +01:00
rel="prev"']
Transfer-Encoding: [chunked]
Vary: ['Accept-Encoding, Origin']
X-Content-Type-Options: [nosniff]
X-Frame-Options: [SAMEORIGIN]
2018-05-07 00:53:13 +02:00
X-Request-Id: [a5d2ca52-f291-4f65-af10-fed28e1158e2]
X-Runtime: ['0.305860']
2017-11-28 01:41:18 +01:00
X-XSS-Protection: [1; mode=block]
2018-05-07 00:53:13 +02:00
content-length: ['7056']
2017-11-28 01:41:18 +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-28 01:41:18 +01:00
Connection: [keep-alive]
2018-04-18 22:00:35 +02:00
User-Agent: [python-requests/2.9.1]
2017-11-28 01:41:18 +01:00
method: GET
2018-05-07 00:53:13 +02:00
uri: http://localhost:3000/api/v1/accounts/1234567890123456/statuses?limit=5&max_id=99984771385854364
2017-11-28 01:41:18 +01:00
response:
2018-05-07 00:53:13 +02:00
body: {string: '[{"id":"99984771358790260","created_at":"2018-05-06T22:42:15.647Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost:3000/users/mastodonpy_test/statuses/99984771358790260","content":"\u003cp\u003eToot
number 4!\u003c/p\u003e","url":"http://localhost:3000/@mastodonpy_test/99984771358790260","reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"reblog":null,"application":{"name":"Mastodon.py
2018-04-18 22:00:35 +02:00
test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John
2018-05-07 00:53:13 +02:00
Lennon","locked":true,"created_at":"2018-05-07T00:38:05.405Z","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":1,"statuses_count":11},"media_attachments":[],"mentions":[],"tags":[],"emojis":[]},{"id":"99984771326521245","created_at":"2018-05-06T22:42:15.146Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost:3000/users/mastodonpy_test/statuses/99984771326521245","content":"\u003cp\u003eToot
number 3!\u003c/p\u003e","url":"http://localhost:3000/@mastodonpy_test/99984771326521245","reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"reblog":null,"application":{"name":"Mastodon.py
2018-04-18 22:00:35 +02:00
test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John
2018-05-07 00:53:13 +02:00
Lennon","locked":true,"created_at":"2018-05-07T00:38:05.405Z","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":1,"statuses_count":11},"media_attachments":[],"mentions":[],"tags":[],"emojis":[]},{"id":"99984771299392882","created_at":"2018-05-06T22:42:14.737Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost:3000/users/mastodonpy_test/statuses/99984771299392882","content":"\u003cp\u003eToot
number 2!\u003c/p\u003e","url":"http://localhost:3000/@mastodonpy_test/99984771299392882","reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"reblog":null,"application":{"name":"Mastodon.py
2018-04-18 22:00:35 +02:00
test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John
2018-05-07 00:53:13 +02:00
Lennon","locked":true,"created_at":"2018-05-07T00:38:05.405Z","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":1,"statuses_count":11},"media_attachments":[],"mentions":[],"tags":[],"emojis":[]},{"id":"99984771274347961","created_at":"2018-05-06T22:42:14.351Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost:3000/users/mastodonpy_test/statuses/99984771274347961","content":"\u003cp\u003eToot
number 1!\u003c/p\u003e","url":"http://localhost:3000/@mastodonpy_test/99984771274347961","reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"reblog":null,"application":{"name":"Mastodon.py
2018-04-18 22:00:35 +02:00
test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John
2018-05-07 00:53:13 +02:00
Lennon","locked":true,"created_at":"2018-05-07T00:38:05.405Z","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":1,"statuses_count":11},"media_attachments":[],"mentions":[],"tags":[],"emojis":[]},{"id":"99984771254970344","created_at":"2018-05-06T22:42:14.048Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost:3000/users/mastodonpy_test/statuses/99984771254970344","content":"\u003cp\u003eToot
number 0!\u003c/p\u003e","url":"http://localhost:3000/@mastodonpy_test/99984771254970344","reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"reblog":null,"application":{"name":"Mastodon.py
2018-04-18 22:00:35 +02:00
test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John
2018-05-07 00:53:13 +02:00
Lennon","locked":true,"created_at":"2018-05-07T00:38:05.405Z","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":1,"statuses_count":11},"media_attachments":[],"mentions":[],"tags":[],"emojis":[]}]'}
2017-11-28 01:41:18 +01:00
headers:
Cache-Control: ['max-age=0, private, must-revalidate']
Content-Type: [application/json; charset=utf-8]
2018-05-07 00:53:13 +02:00
ETag: [W/"a948ad8548d8b5ae11ed5e45d266d1ea"]
Link: ['<http://localhost:3000/api/v1/accounts/1234567890123456/statuses?limit=5&max_id=99984771254970344>;
rel="next", <http://localhost:3000/api/v1/accounts/1234567890123456/statuses?limit=5&since_id=99984771358790260>;
2017-11-28 01:41:18 +01:00
rel="prev"']
Transfer-Encoding: [chunked]
Vary: ['Accept-Encoding, Origin']
X-Content-Type-Options: [nosniff]
X-Frame-Options: [SAMEORIGIN]
2018-05-07 00:53:13 +02:00
X-Request-Id: [aedcb500-bd3f-4588-b503-87e32e560cfd]
X-Runtime: ['0.115739']
2017-11-28 01:41:18 +01:00
X-XSS-Protection: [1; mode=block]
2018-05-07 00:53:13 +02:00
content-length: ['7056']
2017-11-28 01:41:18 +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-28 01:41:18 +01:00
Connection: [keep-alive]
2018-04-18 22:00:35 +02:00
User-Agent: [python-requests/2.9.1]
2017-11-28 01:41:18 +01:00
method: GET
2018-05-07 00:53:13 +02:00
uri: http://localhost:3000/api/v1/accounts/1234567890123456/statuses?limit=5&since_id=99984771358790260
2017-11-28 01:41:18 +01:00
response:
2018-05-07 00:53:13 +02:00
body: {string: '[{"id":"99984771495394037","created_at":"2018-05-06T22:42:17.723Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost:3000/users/mastodonpy_test/statuses/99984771495394037","content":"\u003cp\u003eToot
number 9!\u003c/p\u003e","url":"http://localhost:3000/@mastodonpy_test/99984771495394037","reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"reblog":null,"application":{"name":"Mastodon.py
2018-04-18 22:00:35 +02:00
test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John
2018-05-07 00:53:13 +02:00
Lennon","locked":true,"created_at":"2018-05-07T00:38:05.405Z","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":1,"statuses_count":11},"media_attachments":[],"mentions":[],"tags":[],"emojis":[]},{"id":"99984771472140139","created_at":"2018-05-06T22:42:17.371Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost:3000/users/mastodonpy_test/statuses/99984771472140139","content":"\u003cp\u003eToot
number 8!\u003c/p\u003e","url":"http://localhost:3000/@mastodonpy_test/99984771472140139","reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"reblog":null,"application":{"name":"Mastodon.py
2018-04-18 22:00:35 +02:00
test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John
2018-05-07 00:53:13 +02:00
Lennon","locked":true,"created_at":"2018-05-07T00:38:05.405Z","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":1,"statuses_count":11},"media_attachments":[],"mentions":[],"tags":[],"emojis":[]},{"id":"99984771440604251","created_at":"2018-05-06T22:42:16.903Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost:3000/users/mastodonpy_test/statuses/99984771440604251","content":"\u003cp\u003eToot
number 7!\u003c/p\u003e","url":"http://localhost:3000/@mastodonpy_test/99984771440604251","reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"reblog":null,"application":{"name":"Mastodon.py
2018-04-18 22:00:35 +02:00
test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John
2018-05-07 00:53:13 +02:00
Lennon","locked":true,"created_at":"2018-05-07T00:38:05.405Z","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":1,"statuses_count":11},"media_attachments":[],"mentions":[],"tags":[],"emojis":[]},{"id":"99984771415948499","created_at":"2018-05-06T22:42:16.516Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost:3000/users/mastodonpy_test/statuses/99984771415948499","content":"\u003cp\u003eToot
number 6!\u003c/p\u003e","url":"http://localhost:3000/@mastodonpy_test/99984771415948499","reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"reblog":null,"application":{"name":"Mastodon.py
2018-04-18 22:00:35 +02:00
test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John
2018-05-07 00:53:13 +02:00
Lennon","locked":true,"created_at":"2018-05-07T00:38:05.405Z","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":1,"statuses_count":11},"media_attachments":[],"mentions":[],"tags":[],"emojis":[]},{"id":"99984771385854364","created_at":"2018-05-06T22:42:16.064Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost:3000/users/mastodonpy_test/statuses/99984771385854364","content":"\u003cp\u003eToot
number 5!\u003c/p\u003e","url":"http://localhost:3000/@mastodonpy_test/99984771385854364","reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"reblog":null,"application":{"name":"Mastodon.py
2018-04-18 22:00:35 +02:00
test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John
2018-05-07 00:53:13 +02:00
Lennon","locked":true,"created_at":"2018-05-07T00:38:05.405Z","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":1,"statuses_count":11},"media_attachments":[],"mentions":[],"tags":[],"emojis":[]}]'}
2017-11-28 01:41:18 +01:00
headers:
Cache-Control: ['max-age=0, private, must-revalidate']
Content-Type: [application/json; charset=utf-8]
2018-05-07 00:53:13 +02:00
ETag: [W/"f8a6e0b8680470633ffe123049a577f7"]
Link: ['<http://localhost:3000/api/v1/accounts/1234567890123456/statuses?limit=5&max_id=99984771385854364>;
rel="next", <http://localhost:3000/api/v1/accounts/1234567890123456/statuses?limit=5&since_id=99984771495394037>;
2017-11-28 01:41:18 +01:00
rel="prev"']
Transfer-Encoding: [chunked]
Vary: ['Accept-Encoding, Origin']
X-Content-Type-Options: [nosniff]
X-Frame-Options: [SAMEORIGIN]
2018-05-07 00:53:13 +02:00
X-Request-Id: [c41f9c6a-7d73-4771-8109-b35a93071375]
X-Runtime: ['0.064059']
2017-11-28 01:41:18 +01:00
X-XSS-Protection: [1; mode=block]
2018-05-07 00:53:13 +02:00
content-length: ['7056']
2017-11-28 01:41:18 +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-28 01:41:18 +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-28 01:41:18 +01:00
method: DELETE
2018-05-07 00:53:13 +02:00
uri: http://localhost:3000/api/v1/statuses/99984771254970344
2017-11-28 01:41:18 +01:00
response:
body: {string: '{}'}
headers:
Cache-Control: ['max-age=0, private, must-revalidate']
Content-Type: [application/json; charset=utf-8]
2018-05-07 00:53:13 +02:00
ETag: [W/"2a1b2bdab093fd524b62cca0457320ee"]
2017-11-28 01:41:18 +01:00
Transfer-Encoding: [chunked]
Vary: ['Accept-Encoding, Origin']
X-Content-Type-Options: [nosniff]
X-Frame-Options: [SAMEORIGIN]
2018-05-07 00:53:13 +02:00
X-Request-Id: [2e3aad3b-f3ef-4fbc-9862-667e6059efa1]
X-Runtime: ['0.035880']
2017-11-28 01:41:18 +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-28 01:41:18 +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-28 01:41:18 +01:00
method: DELETE
2018-05-07 00:53:13 +02:00
uri: http://localhost:3000/api/v1/statuses/99984771274347961
2017-11-28 01:41:18 +01:00
response:
body: {string: '{}'}
headers:
Cache-Control: ['max-age=0, private, must-revalidate']
Content-Type: [application/json; charset=utf-8]
2018-05-07 00:53:13 +02:00
ETag: [W/"2a1b2bdab093fd524b62cca0457320ee"]
2017-11-28 01:41:18 +01:00
Transfer-Encoding: [chunked]
Vary: ['Accept-Encoding, Origin']
X-Content-Type-Options: [nosniff]
X-Frame-Options: [SAMEORIGIN]
2018-05-07 00:53:13 +02:00
X-Request-Id: [9f0d597a-abc7-4ee3-9966-952962441f28]
X-Runtime: ['0.071775']
2017-11-28 01:41:18 +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-28 01:41:18 +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-28 01:41:18 +01:00
method: DELETE
2018-05-07 00:53:13 +02:00
uri: http://localhost:3000/api/v1/statuses/99984771299392882
2017-11-28 01:41:18 +01:00
response:
body: {string: '{}'}
headers:
Cache-Control: ['max-age=0, private, must-revalidate']
Content-Type: [application/json; charset=utf-8]
2018-05-07 00:53:13 +02:00
ETag: [W/"2a1b2bdab093fd524b62cca0457320ee"]
2017-11-28 01:41:18 +01:00
Transfer-Encoding: [chunked]
Vary: ['Accept-Encoding, Origin']
X-Content-Type-Options: [nosniff]
X-Frame-Options: [SAMEORIGIN]
2018-05-07 00:53:13 +02:00
X-Request-Id: [a6eefbdc-8e58-4421-8194-6e5c6a27218d]
X-Runtime: ['0.117049']
2017-11-28 01:41:18 +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-28 01:41:18 +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-28 01:41:18 +01:00
method: DELETE
2018-05-07 00:53:13 +02:00
uri: http://localhost:3000/api/v1/statuses/99984771326521245
2017-11-28 01:41:18 +01:00
response:
body: {string: '{}'}
headers:
Cache-Control: ['max-age=0, private, must-revalidate']
Content-Type: [application/json; charset=utf-8]
2018-05-07 00:53:13 +02:00
ETag: [W/"2a1b2bdab093fd524b62cca0457320ee"]
2017-11-28 01:41:18 +01:00
Transfer-Encoding: [chunked]
Vary: ['Accept-Encoding, Origin']
X-Content-Type-Options: [nosniff]
X-Frame-Options: [SAMEORIGIN]
2018-05-07 00:53:13 +02:00
X-Request-Id: [6486a771-ac14-460d-bdb7-391982d243fc]
X-Runtime: ['0.074670']
2017-11-28 01:41:18 +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-28 01:41:18 +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-28 01:41:18 +01:00
method: DELETE
2018-05-07 00:53:13 +02:00
uri: http://localhost:3000/api/v1/statuses/99984771358790260
2017-11-28 01:41:18 +01:00
response:
body: {string: '{}'}
headers:
Cache-Control: ['max-age=0, private, must-revalidate']
Content-Type: [application/json; charset=utf-8]
2018-05-07 00:53:13 +02:00
ETag: [W/"2a1b2bdab093fd524b62cca0457320ee"]
2017-11-28 01:41:18 +01:00
Transfer-Encoding: [chunked]
Vary: ['Accept-Encoding, Origin']
X-Content-Type-Options: [nosniff]
X-Frame-Options: [SAMEORIGIN]
2018-05-07 00:53:13 +02:00
X-Request-Id: [1d2c47db-4090-4183-94ac-79387a79d772]
X-Runtime: ['0.105981']
2017-11-28 01:41:18 +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-28 01:41:18 +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-28 01:41:18 +01:00
method: DELETE
2018-05-07 00:53:13 +02:00
uri: http://localhost:3000/api/v1/statuses/99984771385854364
2017-11-28 01:41:18 +01:00
response:
body: {string: '{}'}
headers:
Cache-Control: ['max-age=0, private, must-revalidate']
Content-Type: [application/json; charset=utf-8]
2018-05-07 00:53:13 +02:00
ETag: [W/"e88ef333b475b6f43b6cd37fb46a0b5b"]
2017-11-28 01:41:18 +01:00
Transfer-Encoding: [chunked]
Vary: ['Accept-Encoding, Origin']
X-Content-Type-Options: [nosniff]
X-Frame-Options: [SAMEORIGIN]
2018-05-07 00:53:13 +02:00
X-Request-Id: [ffbeb6cd-39a8-4a5e-9ebd-f7c52cb2ad26]
X-Runtime: ['0.096069']
2017-11-28 01:41:18 +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-28 01:41:18 +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-28 01:41:18 +01:00
method: DELETE
2018-05-07 00:53:13 +02:00
uri: http://localhost:3000/api/v1/statuses/99984771415948499
2017-11-28 01:41:18 +01:00
response:
body: {string: '{}'}
headers:
Cache-Control: ['max-age=0, private, must-revalidate']
Content-Type: [application/json; charset=utf-8]
2018-05-07 00:53:13 +02:00
ETag: [W/"e88ef333b475b6f43b6cd37fb46a0b5b"]
2017-11-28 01:41:18 +01:00
Transfer-Encoding: [chunked]
Vary: ['Accept-Encoding, Origin']
X-Content-Type-Options: [nosniff]
X-Frame-Options: [SAMEORIGIN]
2018-05-07 00:53:13 +02:00
X-Request-Id: [7731e335-40a9-48f7-8ba4-eb568edfb2dc]
X-Runtime: ['0.099838']
2017-11-28 01:41:18 +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-28 01:41:18 +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-28 01:41:18 +01:00
method: DELETE
2018-05-07 00:53:13 +02:00
uri: http://localhost:3000/api/v1/statuses/99984771440604251
2017-11-28 01:41:18 +01:00
response:
body: {string: '{}'}
headers:
Cache-Control: ['max-age=0, private, must-revalidate']
Content-Type: [application/json; charset=utf-8]
2018-05-07 00:53:13 +02:00
ETag: [W/"e88ef333b475b6f43b6cd37fb46a0b5b"]
2017-11-28 01:41:18 +01:00
Transfer-Encoding: [chunked]
Vary: ['Accept-Encoding, Origin']
X-Content-Type-Options: [nosniff]
X-Frame-Options: [SAMEORIGIN]
2018-05-07 00:53:13 +02:00
X-Request-Id: [9acbeadb-1247-487d-a8c3-138ecd604f0f]
X-Runtime: ['0.082742']
2017-11-28 01:41:18 +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-28 01:41:18 +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-28 01:41:18 +01:00
method: DELETE
2018-05-07 00:53:13 +02:00
uri: http://localhost:3000/api/v1/statuses/99984771472140139
2017-11-28 01:41:18 +01:00
response:
body: {string: '{}'}
headers:
Cache-Control: ['max-age=0, private, must-revalidate']
Content-Type: [application/json; charset=utf-8]
2018-05-07 00:53:13 +02:00
ETag: [W/"e88ef333b475b6f43b6cd37fb46a0b5b"]
2017-11-28 01:41:18 +01:00
Transfer-Encoding: [chunked]
Vary: ['Accept-Encoding, Origin']
X-Content-Type-Options: [nosniff]
X-Frame-Options: [SAMEORIGIN]
2018-05-07 00:53:13 +02:00
X-Request-Id: [908c9d55-54fe-44c4-9d90-d95f2890c63b]
X-Runtime: ['0.102052']
2017-11-28 01:41:18 +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-28 01:41:18 +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-28 01:41:18 +01:00
method: DELETE
2018-05-07 00:53:13 +02:00
uri: http://localhost:3000/api/v1/statuses/99984771495394037
2017-11-28 01:41:18 +01:00
response:
body: {string: '{}'}
headers:
Cache-Control: ['max-age=0, private, must-revalidate']
Content-Type: [application/json; charset=utf-8]
2018-05-07 00:53:13 +02:00
ETag: [W/"e88ef333b475b6f43b6cd37fb46a0b5b"]
2017-11-28 01:41:18 +01:00
Transfer-Encoding: [chunked]
Vary: ['Accept-Encoding, Origin']
X-Content-Type-Options: [nosniff]
X-Frame-Options: [SAMEORIGIN]
2018-05-07 00:53:13 +02:00
X-Request-Id: [d6ee12c2-f8ca-4e84-ac1d-50466ae95eec]
X-Runtime: ['0.089771']
X-XSS-Protection: [1; mode=block]
content-length: ['2']
status: {code: 200, message: OK}
2017-11-28 01:41:18 +01:00
version: 1