Mastodonplus.py/tests/cassettes/test_app_account_create.yaml
2019-10-12 23:03:14 +02:00

116 líneas
5,2 KiB
YAML

interactions:
- request:
body: client_name=mastodon.py+generated+test+app&scopes=read+write+follow+push&redirect_uris=urn%3Aietf%3Awg%3Aoauth%3A2.0%3Aoob
headers:
Accept: ['*/*']
Accept-Encoding: ['gzip, deflate']
Connection: [keep-alive]
Content-Length: ['122']
Content-Type: [application/x-www-form-urlencoded]
User-Agent: [python-requests/2.18.4]
method: POST
uri: http://localhost:3000/api/v1/apps
response:
body: {string: '{"id":"14","name":"mastodon.py generated test app","website":null,"redirect_uri":"urn:ietf:wg:oauth:2.0:oob","client_id":"MzGBtpcvCxWYZnRsjgIls1AMETbJTrmlSy7Itk-TlVM","client_secret":"GxZO14xfcT2JsGv00pH_xB2sV0IPp35Hsig9aYdFGOY","vapid_key":"BAWt221FllE4MOQ_TNqrMrc32IW2XhCRR0WTPI0Ne0TzoNm6UeUdEDDs5FAn8nGtW8eiJyCmSMoJnUEFi1Cj1Rk="}'}
headers:
Cache-Control: ['no-cache, no-store']
Content-Type: [application/json; charset=utf-8]
Referrer-Policy: [strict-origin-when-cross-origin]
Transfer-Encoding: [chunked]
Vary: ['Accept-Encoding, Origin']
X-Content-Type-Options: [nosniff]
X-Download-Options: [noopen]
X-Frame-Options: [SAMEORIGIN]
X-Permitted-Cross-Domain-Policies: [none]
X-Request-Id: [ccbebc8d-6d9a-4199-9da0-f302ff5cc103]
X-Runtime: ['0.039689']
X-XSS-Protection: [1; mode=block]
content-length: ['332']
status: {code: 200, message: OK}
- request:
body: null
headers:
Accept: ['*/*']
Accept-Encoding: ['gzip, deflate']
Connection: [keep-alive]
User-Agent: [python-requests/2.18.4]
method: GET
uri: http://localhost:3000/api/v1/instance/
response:
body: {string: '{"uri":"localhost","title":"Mastodon","short_description":"","description":"","email":"","version":"3.0.1","urls":{"streaming_api":"ws://localhost:4000"},"stats":{"user_count":3,"status_count":31,"domain_count":0},"thumbnail":"http://localhost/packs/media/images/preview-9a17d32fc48369e8ccd910a75260e67d.jpg","languages":["en"],"registrations":true,"approval_required":false,"contact_account":null}'}
headers:
Cache-Control: ['max-age=180, public']
Content-Type: [application/json; charset=utf-8]
Date: ['Sat, 12 Oct 2019 21:00:22 GMT']
ETag: [W/"9db06456db31431568d35ac7638f0ebd"]
Referrer-Policy: [strict-origin-when-cross-origin]
Transfer-Encoding: [chunked]
Vary: ['Accept-Encoding, Origin']
X-Content-Type-Options: [nosniff]
X-Download-Options: [noopen]
X-Frame-Options: [SAMEORIGIN]
X-Permitted-Cross-Domain-Policies: [none]
X-Request-Id: [27af43cf-00d7-4ce9-b0aa-315b1ffa733e]
X-Runtime: ['0.033521']
X-XSS-Protection: [1; mode=block]
content-length: ['398']
status: {code: 200, message: OK}
- request:
body: scope=read+write+follow+push&client_id=MzGBtpcvCxWYZnRsjgIls1AMETbJTrmlSy7Itk-TlVM&client_secret=GxZO14xfcT2JsGv00pH_xB2sV0IPp35Hsig9aYdFGOY&grant_type=client_credentials
headers:
Accept: ['*/*']
Accept-Encoding: ['gzip, deflate']
Connection: [keep-alive]
Content-Length: ['170']
Content-Type: [application/x-www-form-urlencoded]
User-Agent: [python-requests/2.18.4]
method: POST
uri: http://localhost:3000/oauth/token
response:
body: {string: '{"access_token":"s6deoDz1LsmZ_WOk2s1STazp_PNITCjmHZfDRAZWN5k","token_type":"Bearer","scope":"read
write follow push","created_at":1570914022}'}
headers:
Cache-Control: ['private, no-store']
Content-Type: [application/json; charset=utf-8]
ETag: [W/"55f7f2ad02ae74574fedcacc65f8932b"]
Pragma: [no-cache]
Transfer-Encoding: [chunked]
Vary: ['Accept-Encoding, Origin']
X-Request-Id: [afad64bd-a8ac-4a7e-bbf4-72653649a4c4]
X-Runtime: ['0.033029']
content-length: ['141']
status: {code: 200, message: OK}
- request:
body: locale=en&agreement=1&email=email%40localhost65825&password=swordfish&username=coolguy65825&client_id=MzGBtpcvCxWYZnRsjgIls1AMETbJTrmlSy7Itk-TlVM&client_secret=GxZO14xfcT2JsGv00pH_xB2sV0IPp35Hsig9aYdFGOY
headers:
Accept: ['*/*']
Accept-Encoding: ['gzip, deflate']
Authorization: [Bearer s6deoDz1LsmZ_WOk2s1STazp_PNITCjmHZfDRAZWN5k]
Connection: [keep-alive]
Content-Length: ['203']
Content-Type: [application/x-www-form-urlencoded]
User-Agent: [python-requests/2.18.4]
method: POST
uri: http://localhost:3000/api/v1/accounts
response:
body: {string: '{"access_token":"RPw9YNg0bk_x6HHgf6VQ_NHHXz3ENaVe25Oo6tTXjw8","token_type":"Bearer","scope":"read
write follow push","created_at":1570914022}'}
headers:
Cache-Control: ['private, no-store']
Content-Type: [application/json; charset=utf-8]
ETag: [W/"b4d17e826792395e0610ee5ed4942848"]
Pragma: [no-cache]
Referrer-Policy: [strict-origin-when-cross-origin]
Transfer-Encoding: [chunked]
Vary: ['Accept-Encoding, Origin']
X-Content-Type-Options: [nosniff]
X-Download-Options: [noopen]
X-Frame-Options: [SAMEORIGIN]
X-Permitted-Cross-Domain-Policies: [none]
X-Request-Id: [9f341d37-020a-4814-b59f-d3412fd0bb8e]
X-Runtime: ['0.171555']
X-XSS-Protection: [1; mode=block]
content-length: ['141']
status: {code: 200, message: OK}
version: 1