mirror of
https://github.com/usebruno/bruno.git
synced 2024-11-07 16:44:27 +01:00
chore: cleanup
This commit is contained in:
parent
0bd51b8a01
commit
aed737ed33
@ -13,18 +13,18 @@ The schema definition for collections
|
|||||||
| uid | Unique id |
|
| uid | Unique id |
|
||||||
| name | The collection name |
|
| name | The collection name |
|
||||||
| items | The items (folders and requests) |
|
| items | The items (folders and requests) |
|
||||||
| - uid | A unique id |
|
| -- uid | A unique id |
|
||||||
| - name | The request name |
|
| -- name | The request name |
|
||||||
| - request | The request object |
|
| -- request | The request object |
|
||||||
| - type | The request type (http, graphql) |
|
| ---- type | The request type (http, graphql) |
|
||||||
| - url | The request url |
|
| ---- url | The request url |
|
||||||
| - method | The request method |
|
| ---- method | The request method |
|
||||||
| - headers | The request headers (array of key-val) |
|
| ---- headers | The request headers (array of key-val) |
|
||||||
| - params | The request params (array of key-val) |
|
| ---- params | The request params (array of key-val) |
|
||||||
| - body | The request body object |
|
| ---- body | The request body object |
|
||||||
| - mode | The request body mode ['none', 'json', 'text', 'xml', 'multipartForm', 'formUrlEncoded'] |
|
| ------ mode | The request body mode ['none', 'json', 'text', 'xml', 'multipartForm', 'formUrlEncoded'] |
|
||||||
| - json | The json body |
|
| ------ json | The json body |
|
||||||
| - text | The text body |
|
| ------ text | The text body |
|
||||||
| - xml | The xml body |
|
| ------ xml | The xml body |
|
||||||
| - multipartForm | The multipartForm body |
|
| ------ multipartForm | The multipartForm body |
|
||||||
| - formUrlEncoded | The formUrlEncoded body |
|
| ------ formUrlEncoded | The formUrlEncoded body |
|
||||||
|
Loading…
Reference in New Issue
Block a user