2017-11-30 00:56:35 +01:00
interactions :
- request :
body : null
headers :
Accept : [ '*/*' ]
Accept-Encoding : [ 'gzip, deflate' ]
Authorization : [ Bearer __MASTODON_PY_TEST_ACCESS_TOKEN]
Connection : [ keep-alive]
2018-04-18 22:00:35 +02:00
User-Agent : [ python-requests/2.9.1]
2017-11-30 00:56:35 +01:00
method : GET
uri : http://localhost:3000/api/v1/accounts/1/followers
response :
2018-04-18 22:00:35 +02:00
body : {string : '[{"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_.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":20}]'}
2017-11-30 00:56:35 +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/"4b8606a3ab3bf499c6e80fdc7607d6a5"]
Link : [ '<http://localhost:3000/api/v1/accounts/1/followers?since_id=27>; rel="prev"' ]
2017-11-30 00:56:35 +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 : [ acf1ea71-2a48-401b-8a69-740d571cd8dc]
X-Runtime : [ '0.100062' ]
2017-11-30 00:56:35 +01:00
X-XSS-Protection : [ 1 ; mode=block]
2018-04-18 22:00:35 +02:00
content-length : [ '770' ]
2017-11-30 00:56:35 +01:00
status : {code: 200, message : OK}
2018-04-18 22:07:03 +02:00
- request :
body : null
headers :
Accept : [ '*/*' ]
Accept-Encoding : [ 'gzip, deflate' ]
Authorization : [ Bearer __MASTODON_PY_TEST_ACCESS_TOKEN]
Connection : [ keep-alive]
User-Agent : [ python-requests/2.9.1]
method : GET
uri : http://localhost:3000/api/v1/accounts/1/followers
response :
body : {string : '[]' }
headers :
Cache-Control : [ 'max-age=0, private, must-revalidate' ]
Content-Type : [ application/json; charset=utf-8]
ETag : [ W/"5e588fc017a83fb7d2ef23e497250076"]
Transfer-Encoding : [ chunked]
Vary : [ 'Accept-Encoding, Origin' ]
X-Content-Type-Options : [ nosniff]
X-Frame-Options : [ SAMEORIGIN]
X-Request-Id : [ c4be24cb-ba34-4b9d-8d48-78d583eaac0b]
X-Runtime : [ '0.070215' ]
X-XSS-Protection : [ 1 ; mode=block]
content-length : [ '2' ]
status : {code: 200, message : OK}
2017-11-30 00:56:35 +01:00
version : 1