mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-25 16:55:59 +03:00
[PR #2262] [MERGED] feat: import collections from URL #3692
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#3692
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/2262
Author: @amk-dev
Created: 4/13/2022
Status: ✅ Merged
Merged: 5/3/2022
Merged by: @AndrewBastin
Base:
main← Head:feat/import-collection-from-url📝 Commits (10+)
1ab5f78feat: define importer for url importcb04678fix: update icon for url importeree8a346feat: support single collections and collections array in url import1272ee3feat: add page for url importf956955feat: add basic validations for url import239918efix: update type for gist importer503d24ffeat: add url import support for postman, insomnia, openapi35822adrefactor: move url.ts to hopp.ts9502cf2refactor: move getting router params to mounted hookb7b6a51refactor: make applicableTo and id mandatory📊 Changes
13 files changed (+239 additions, -59 deletions)
View changed files
📝
packages/hoppscotch-app/helpers/functional/object.ts(+10 -38)➕
packages/hoppscotch-app/helpers/functional/primtive.ts(+34 -0)➕
packages/hoppscotch-app/helpers/functional/taskEither.ts(+13 -0)📝
packages/hoppscotch-app/helpers/import-export/import/gist.ts(+3 -1)📝
packages/hoppscotch-app/helpers/import-export/import/hopp.ts(+46 -13)📝
packages/hoppscotch-app/helpers/import-export/import/importers.ts(+7 -0)📝
packages/hoppscotch-app/helpers/import-export/import/index.ts(+11 -2)📝
packages/hoppscotch-app/helpers/import-export/import/insomnia.ts(+2 -0)📝
packages/hoppscotch-app/helpers/import-export/import/myCollections.ts(+1 -0)📝
packages/hoppscotch-app/helpers/import-export/import/openapi.ts(+3 -4)📝
packages/hoppscotch-app/helpers/import-export/import/postman.ts(+2 -0)📝
packages/hoppscotch-app/locales/en.json(+5 -1)➕
packages/hoppscotch-app/pages/import.vue(+102 -0)📄 Description
Description
resolves #2020
Checks
Additional Information
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.