mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-26 01:06:00 +03:00
[PR #3846] [MERGED] feat: use tags as folders when importing from openapi #4552
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#4552
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/3846
Author: @amk-dev
Created: 2/20/2024
Status: ✅ Merged
Merged: 3/7/2024
Merged by: @AndrewBastin
Base:
release/2024.3.0← Head:feat/tags-as-folders-openapi-import📝 Commits (1)
fa2b2f2feat: use tags as folders when importing from openapi📊 Changes
1 file changed (+67 additions, -25 deletions)
View changed files
📝
packages/hoppscotch-common/src/helpers/import-export/import/openapi.ts(+67 -25)📄 Description
fixes #3411
fixes HFE-388
Changes
When importing from a openapi spec, we'll group the requests to folders based on the tags provided
for testing this PR, you can use openapi spec in this URL https://gist.githubusercontent.com/amk-dev/cc17964b48da497257502b8bf4db7e93/raw/50752cc7377602b80261370c4faf93f87c5d7626/openapi-with-tags-example
it has requests with multiple tags, single tag and no tag
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.