Skip to content

Convert boomerang json export file to insomnia import file format

Notifications You must be signed in to change notification settings

igorsimko/boomerang-to-insomnia-export

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Convert boomerang json export file to insomnia import file format

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages