Importing a Thunder Client collection
Thunder Client is the API client built into VS Code. Restorm imports its exported collections.
Importing
Section titled “Importing”File ▸ Import (Ctrl+I) then the collection’s .json file.
What is imported
Section titled “What is imported”| Element | What Restorm makes of it |
|---|---|
| Folders | Nested folders (rebuilt from their parent container) |
| Requests | HTTP requests — or GraphQL ones |
json, xml, formdata, form-encoded, graphql, binary bodies | The matching body type |
| Parameters | Query and path parameters (the entries marked as such) |
{{variable}} | Kept as it is |
Documentation (docs) | The request’s notes |
Assertions (tests) | Carried over into the documentation |