mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-25 08:45:58 +03:00
[PR #2031] [MERGED] feat: Import Insomnia collection to Hoppscotch #3605
Labels
No labels
CodeDay
a11y
browser limited
bug
bug fix
cli
core
critical
design
desktop
discussion
docker
documentation
duplicate
enterprise
feature
feature
fosshack
future
good first issue
hacktoberfest
help wanted
i18n
invalid
major
minor
need information
need testing
not applicable to hoppscotch
not reproducible
pull-request
question
refactor
resolved
sandbox
self-host
spam
stale
testmu
wip
wont fix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/hoppscotch#3605
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/hoppscotch/hoppscotch/pull/2031
Author: @anwarulislam
Created: 12/19/2021
Status: ✅ Merged
Merged: 12/20/2021
Merged by: @AndrewBastin
Base:
main← Head:feat/import-insomnia📝 Commits (4)
f47e37efeat: Import Insomnia collection to Hoppscotch2396519Merge branch 'main' into feat/import-insomnia7e4e3f5Merge branch 'main' into feat/import-insomniaa33a7a4feat: Import Insomnia collection to Hoppscotch📊 Changes
3 files changed (+251 additions, -3 deletions)
View changed files
📝
packages/hoppscotch-app/components/collections/ImportExport.vue(+16 -2)➕
packages/hoppscotch-app/helpers/utils/parseInsomniaCollection.ts(+234 -0)📝
packages/hoppscotch-app/locales/en.json(+1 -1)📄 Description
Closes #
Description
I have added a feature to import the Insomnia collection to Hoppscotch. When a user selects Import from JSON I'm checking that is this collection from Insomnia or not. if it's from insomnia then I'm parsing the JSON and transforming it to Postman collection. The parsing script in helpers/utils directory. And the import is working as regular.
Checks
Additional Information
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.