mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-25 16:55:59 +03:00
[PR #4075] [CLOSED] Add Response examples to a request #4651
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#4651
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/4075
Author: @codeasashu
Created: 5/19/2024
Status: ❌ Closed
Base:
main← Head:response-examples📝 Commits (7)
b06234afeat: save responses to requesta1f8b3ffeat: editing capability in examples1b5c083fix: active tab response edit bugcaba376feat: import postman examples786db3efix: rename req to request in responses schema767ac08fix: test script bug63fe3f8feat: mock api in backend📊 Changes
33 files changed (+2302 additions, -29 deletions)
View changed files
📝
packages/hoppscotch-backend/package.json(+3 -0)📝
packages/hoppscotch-backend/src/app.module.ts(+2 -0)➕
packages/hoppscotch-backend/src/mock/fixtures/petstore.yaml(+931 -0)➕
packages/hoppscotch-backend/src/mock/mock.controller.ts(+13 -0)➕
packages/hoppscotch-backend/src/mock/mock.module.ts(+10 -0)➕
packages/hoppscotch-backend/src/mock/mock.service.ts(+98 -0)📝
packages/hoppscotch-common/locales/en.json(+6 -2)📝
packages/hoppscotch-common/src/components.d.ts(+2 -0)➕
packages/hoppscotch-common/src/components/collections/EditResponse.vue(+78 -0)➕
packages/hoppscotch-common/src/components/collections/Example.vue(+103 -0)📝
packages/hoppscotch-common/src/components/collections/MyCollections.vue(+70 -0)📝
packages/hoppscotch-common/src/components/collections/Request.vue(+25 -0)📝
packages/hoppscotch-common/src/components/collections/SaveRequest.vue(+1 -0)📝
packages/hoppscotch-common/src/components/collections/index.vue(+212 -0)📝
packages/hoppscotch-common/src/components/http/TabHead.vue(+10 -3)📝
packages/hoppscotch-common/src/components/lenses/ResponseBodyRenderer.vue(+8 -0)📝
packages/hoppscotch-common/src/components/lenses/renderers/JSONLensRenderer.vue(+20 -1)📝
packages/hoppscotch-common/src/composables/codemirror.ts(+6 -1)📝
packages/hoppscotch-common/src/composables/lens-actions.ts(+32 -1)📝
packages/hoppscotch-common/src/helpers/import-export/import/postman.ts(+86 -3)...and 13 more files
📄 Description
Closes #1875
Description
Since 1894 has gone stale, I've decided to revamp the feature once again. My main motivations are:
Checks
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.