Skip to content

Latest commit

 

History

History
37 lines (31 loc) · 1000 Bytes

README.md

File metadata and controls

37 lines (31 loc) · 1000 Bytes

Boomerang to Insomnia export/import

PyPI - Python Version boomerang - version

Convert JSON export file from Boomerang - SOAP & REST Client to Insomnia

Installation

Some optional code changes

  1. Change workspace name
    # change workspace name
    "name": "Boomerang export workspace",
  2. Change base environment data - insomnia_env_parent
    "data": {
    			"key": "value"
    		}
  3. Change custom environment data and name (from "DEV" to your own name)
    env_data = {
    			"key": "value"
    		}
    ...create_env("DEV"...

Python script

Run python script.

$ python boom-to-inso.py

You should see insomnia_import.json file in root folder.

✔️ Now you can import file into Insomnia.