Skip to content

Importing a Thunder Client collection

Thunder Client is the API client built into VS Code. Restorm imports its exported collections.

File ▸ Import (Ctrl+I) then the collection’s .json file.

ElementWhat Restorm makes of it
FoldersNested folders (rebuilt from their parent container)
RequestsHTTP requests — or GraphQL ones
json, xml, formdata, form-encoded, graphql, binary bodiesThe matching body type
ParametersQuery 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