|
| 1 | +# SPDX-FileCopyrightText: 2021 Centrum Wiskune en Informatica |
| 2 | +# |
| 3 | +# SPDX-License-Identifier: MPL-2.0 |
| 4 | + |
| 5 | +interactions: |
| 6 | +- request: |
| 7 | + body: null |
| 8 | + headers: |
| 9 | + Accept-Encoding: |
| 10 | + - gzip, deflate |
| 11 | + Connection: |
| 12 | + - keep-alive |
| 13 | + User-Agent: |
| 14 | + - python-requests/2.26.0 |
| 15 | + accept: |
| 16 | + - application/json |
| 17 | + method: GET |
| 18 | + uri: http://127.0.0.1:8080/Plone/@search |
| 19 | + response: |
| 20 | + body: |
| 21 | + string: "{\n \"@id\": \"http://127.0.0.1:8080/Plone/@search\", \n \"items\": |
| 22 | + [\n {\n \"@id\": \"http://127.0.0.1:8080/Plone/front-page\", \n \"@type\": |
| 23 | + \"Document\", \n \"description\": \"Congratulations! You have successfully |
| 24 | + installed Plone.\", \n \"review_state\": \"published\", \n \"title\": |
| 25 | + \"Welcome to Plone\"\n }, \n {\n \"@id\": \"http://127.0.0.1:8080/Plone/news\", |
| 26 | + \n \"@type\": \"Folder\", \n \"description\": \"Site News\", \n |
| 27 | + \ \"review_state\": \"published\", \n \"title\": \"News\"\n }, |
| 28 | + \n {\n \"@id\": \"http://127.0.0.1:8080/Plone/news/aggregator\", \n |
| 29 | + \ \"@type\": \"Collection\", \n \"description\": \"Site News\", \n |
| 30 | + \ \"review_state\": \"published\", \n \"title\": \"News\"\n }, |
| 31 | + \n {\n \"@id\": \"http://127.0.0.1:8080/Plone/events\", \n \"@type\": |
| 32 | + \"Folder\", \n \"description\": \"Site Events\", \n \"review_state\": |
| 33 | + \"published\", \n \"title\": \"Events\"\n }, \n {\n \"@id\": |
| 34 | + \"http://127.0.0.1:8080/Plone/events/aggregator\", \n \"@type\": \"Collection\", |
| 35 | + \n \"description\": \"Site Events\", \n \"review_state\": \"published\", |
| 36 | + \n \"title\": \"Events\"\n }, \n {\n \"@id\": \"http://127.0.0.1:8080/Plone/Members\", |
| 37 | + \n \"@type\": \"Folder\", \n \"description\": \"Site Users\", \n |
| 38 | + \ \"review_state\": \"private\", \n \"title\": \"Users\"\n }\n |
| 39 | + \ ], \n \"items_total\": 6\n}" |
| 40 | + headers: |
| 41 | + Content-Length: |
| 42 | + - '1297' |
| 43 | + Content-Type: |
| 44 | + - application/json |
| 45 | + Date: |
| 46 | + - Sat, 31 Jul 2021 02:27:04 GMT |
| 47 | + Server: |
| 48 | + - waitress |
| 49 | + Via: |
| 50 | + - waitress |
| 51 | + X-Frame-Options: |
| 52 | + - SAMEORIGIN |
| 53 | + X-Powered-By: |
| 54 | + - Zope (www.zope.org), Python (www.python.org) |
| 55 | + status: |
| 56 | + code: 200 |
| 57 | + message: OK |
| 58 | +version: 1 |
0 commit comments