mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-25 16:55:59 +03:00
[GH-ISSUE #470] Swagger aka OpenAPI support #182
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#182
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 @ac2epsilon on GitHub (Jan 2, 2020).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/470
Swagger aka OpenAPI support are more then possible. However I suggest not to act in a rush, and formulate some Request SChema to all WSDL alike services to use common repo and data format as possible. AND I suggest to work thru detailed Request format and UI, which will then easily map on REST methods or visa versative. Same is true for gRPC/ ALSO all UI considerations should be suspended to final framework decision.
@liyasthomas commented on GitHub (Jan 3, 2020):
This will be an awesome enhancement. Let me look up on this.
https://inspector.swagger.io/builder does the job pretty neatly. Let see how we could implement them side by side to REST requests.
@ChrisGarrett23 commented on GitHub (Feb 13, 2020):
It would definitely be great to have this. Right now Postman can import them, but their values are pretty wonky. Would be great to import something from testing and have it set values like "" as something that can be edited for testing. Right now Postman reads them in a way where this isn't possible.
@codeasashu commented on GitHub (Mar 3, 2020):
I was trying to attempt to do the same by converting postman to openapi schema myself. Repo: https://github.com/codeasashu/openman
However, I wanted something like postman which had web support, self hosted solution so that I can be assured it won't change overtime (or atleast I can know about it).
This project has given me a hope in right direction and I can now focus on working on this. Will give it a try
@rory-ye-nv commented on GitHub (May 8, 2020):
can't wait for this feature.
@asirota commented on GitHub (Sep 12, 2020):
The ability to import openapi definitions from sites like swagger hub will greatly improves the possibilities for hoppscotch.
To be sure their open source web API tester at swaggerii already is decent but hoppscotch is a lot more handy and pretty.
@christopheblin commented on GitHub (Mar 25, 2021):
Just to add my 2 cents here : i am a postman user but postman is becoming more and more (too much) oriented for the usage of postman paid platform and more and more RAM consuming.
I've tried hoppscotch and it does a decent jobs for my needs except it does not support OpenApi
@liyasthomas commented on GitHub (Mar 25, 2021):
We're about to finish Team collaboration feature and our next focus is on OpenAPI support. Keep an eye out on project board: https://github.com/hoppscotch/hoppscotch/projects/6#card-53163283 for latest updates.
@KillDozerX2 commented on GitHub (Jul 10, 2021):
@liyasthomas I'm new around here, have quite some experience with open api(mostly codegen), I'd love to help out, is there a way you can guide me?
@liyasthomas commented on GitHub (Jul 10, 2021):
Hi @KillDozerX2 , feel free to join our public community channels too get started with contribution.
@J3m5 commented on GitHub (Nov 26, 2021):
I'm was evaluating hoppscotch and it has all we need except openAPI support.
Being able to generate collections and their requests is a must have for us.
@liyasthomas commented on GitHub (Jan 23, 2022):
Hoppscotch now supports importing Open API and Swagger specification files.
Goto Collections > Import / Export window > Import Open API
@soracoder commented on GitHub (Jan 24, 2022):
That's a fantastic feature, but It will be awesome if it can get the OpenAPI json from a URL instead of having to download the file and load it manually.
@liyasthomas commented on GitHub (Jan 24, 2022):
Track the feature request to import collections from URL here: #2020.