2017-11-27 02:37:02 +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-27 02:37:02 +01:00
|
|
|
Connection: [keep-alive]
|
2018-04-18 22:00:35 +02:00
|
|
|
User-Agent: [python-requests/2.9.1]
|
2017-11-27 02:37:02 +01:00
|
|
|
method: GET
|
|
|
|
uri: http://localhost:3000/api/v1/instance/
|
|
|
|
response:
|
2018-05-06 03:02:19 +02:00
|
|
|
body: {string: '{"uri":"localhost:3000","title":"Mastodon","description":"","email":"","version":"2.3.3","urls":{"streaming_api":"ws://localhost:4000"},"stats":{"user_count":2,"status_count":174,"domain_count":0},"thumbnail":"http://localhost:3000/packs/preview.jpg","languages":["en"],"contact_account":null}'}
|
2017-11-27 02:37:02 +01:00
|
|
|
headers:
|
|
|
|
Cache-Control: ['max-age=0, private, must-revalidate']
|
|
|
|
Content-Type: [application/json; charset=utf-8]
|
2018-05-06 03:02:19 +02:00
|
|
|
ETag: [W/"23d4be184471658d792f97a29e62cda1"]
|
2017-11-27 02:37:02 +01:00
|
|
|
Transfer-Encoding: [chunked]
|
|
|
|
Vary: ['Accept-Encoding, Origin']
|
|
|
|
X-Content-Type-Options: [nosniff]
|
|
|
|
X-Frame-Options: [SAMEORIGIN]
|
2018-05-06 03:02:19 +02:00
|
|
|
X-Request-Id: [22a13296-4d1e-4553-8518-bce22b477266]
|
|
|
|
X-Runtime: ['0.130943']
|
2017-11-27 02:37:02 +01:00
|
|
|
X-XSS-Protection: [1; mode=block]
|
2018-05-06 01:37:13 +02:00
|
|
|
content-length: ['293']
|
2018-04-18 22:07:03 +02:00
|
|
|
status: {code: 200, message: OK}
|
2017-11-27 02:37:02 +01:00
|
|
|
version: 1
|