mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-26 01:06:00 +03:00
[GH-ISSUE #3849] [feature]: CLI -> Ability to convert an openapi spec to an import Hopscotch JSON file #1349
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#1349
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 @ross-paypay on GitHub (Feb 21, 2024).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/3849
Is there an existing issue for this?
Summary
Ability to convert an openapi json/yaml schema into a Hopscotch JSON file.
Why should this be worked on?
I think would be useful for scripting and onboarding new engineers at my company.
We have a lot of apis and many pre-request scripts.
We have scripts that fetch the latest openapi spec and do some modifications to make it easier to work with in API clients like Hoppscotch.
I think it would be awesome if the Hoppscotch CLI could convert openapi to the Hoppscotch JSON file so that we could add more modifications like placeholders and pre-request scripts