mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-25 08:45:58 +03:00
[GH-ISSUE #5838] [feature]: Fix Folder Structure & Example Naming in Importers #2289
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#2289
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?
Originally created by @shastryrbs on GitHub (Feb 5, 2026).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/5838
Is there an existing issue for this?
Feature Request
1. OpenAPI Importer
Current Behavior:
Expected Behavior:
/api/users/profilecreatesapi > usersfolders)2. Postman Importer
Current Behavior:
Expected Behavior:
Solution
OpenAPI Importer
Postman Importer
Example ${index + 1}when response name is missingimportScriptsparameter with schema validation (v2.0+ only)Files Modified
packages/hoppscotch-common/src/helpers/import-export/import/openapi/index.tspackages/hoppscotch-common/src/helpers/import-export/import/postman.tsBackward Compatibility
✅ No breaking changes
Why should this be worked on?
User Experience Impact:
Real-world Use Case:
A developer importing a FastAPI/Django REST API with 100+ endpoints currently sees:
After this fix:
/api/auth,/api/users,/api/products)This directly impacts developer productivity and reduces migration friction from other API tools.
@GaneshAdimalupu commented on GitHub (Mar 2, 2026):
@shastryrbs Have you worked on this ?
@subrahmanya300 commented on GitHub (Mar 2, 2026):
Yes I worked on that.