aboutsummaryrefslogtreecommitdiff
blob: 9bed7d703b42fca6b8a9c5c0157e04a875139cad (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
interactions:
- request:
    body: client_secret=__MASTODON_PY_TEST_CLIENT_SECRET&grant_type=password&redirect_uri=urn%3Aietf%3Awg%3Aoauth%3A2.0%3Aoob&scope=read+write+follow&username=admin%40localhost%3A3000&client_id=__MASTODON_PY_TEST_CLIENT_ID&password=mastodonadmin
    headers:
      Accept: ['*/*']
      Accept-Encoding: ['gzip, deflate']
      Connection: [keep-alive]
      Content-Length: ['235']
      Content-Type: [application/x-www-form-urlencoded]
      User-Agent: [python-requests/2.9.1]
    method: POST
    uri: http://localhost:3000/oauth/token
  response:
    body: {string: '{"access_token":"__MASTODON_PY_TEST_ACCESS_TOKEN_2","token_type":"bearer","scope":"read
        write follow","created_at":1525653485}'}
    headers:
      Cache-Control: [no-store]
      Content-Type: [application/json; charset=utf-8]
      ETag: [W/"32f4a6b8b26b13b28edeff5779505c2e"]
      Pragma: [no-cache]
      Transfer-Encoding: [chunked]
      Vary: ['Accept-Encoding, Origin']
      X-Request-Id: [2cfc4921-d63f-4ae2-a7dd-98dc474907f7]
      X-Runtime: ['0.150050']
      content-length: ['126']
    status: {code: 200, message: OK}
- request:
    body: null
    headers:
      Accept: ['*/*']
      Accept-Encoding: ['gzip, deflate']
      Authorization: [Bearer __MASTODON_PY_TEST_ACCESS_TOKEN_2]
      Connection: [keep-alive]
      User-Agent: [python-requests/2.9.1]
    method: GET
    uri: http://localhost:3000/api/v1/accounts/verify_credentials
  response:
    body: {string: '{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"created_at":"2018-05-06T22:36:57.850Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost:3000/@admin","avatar":"http://localhost:3000/avatars/original/missing.png","avatar_static":"http://localhost:3000/avatars/original/missing.png","header":"http://localhost:3000/headers/original/missing.png","header_static":"http://localhost:3000/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":3,"source":{"privacy":"public","sensitive":false,"note":""}}'}
    headers:
      Cache-Control: ['max-age=0, private, must-revalidate']
      Content-Type: [application/json; charset=utf-8]
      ETag: [W/"f216c12699963668923ef74e24ae86de"]
      Transfer-Encoding: [chunked]
      Vary: ['Accept-Encoding, Origin']
      X-Content-Type-Options: [nosniff]
      X-Frame-Options: [SAMEORIGIN]
      X-Request-Id: [75e8e55a-a80f-4ad6-a0c8-356e8a6daa5c]
      X-Runtime: ['0.038158']
      X-XSS-Protection: [1; mode=block]
      content-length: ['570']
    status: {code: 200, message: OK}
version: 1
Powered by cgit v1.2.3 (git 2.41.0)