Skip to content

Importing a Paw / RapidAPI project

Paw (now RapidAPI for Mac) exports its projects as JSON. Restorm imports that format.

File ▸ Import (Ctrl+I) then the JSON file exported from Paw.

Paw elementWhat Restorm makes of it
Request groupsNested folders
RequestsHTTP requests
Paw environmentsRestorm environments; a Default environment is created if there is none

Paw has a system of dynamic values (timestamp, UUID, base64 encoding, hashing…). Restorm maps each one to the closest Handlebars helper.

A dynamic value with no equivalent is replaced with the literal marker [[paw:unsupported-dynamic-value]], and a note is added to the description of the field concerned. You therefore see exactly what is left to translate by hand, rather than discovering the problem on the first run.