[PR #290] [MERGED] Import query parameters from Insomnia v4 and v5 exports #212

Closed
opened 2025-12-29 07:19:53 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/mountain-loop/yaak/pull/290
Author: @JeroenVdb
Created: 11/3/2025
Status: Merged
Merged: 11/3/2025
Merged by: @gschier

Base: mainHead: support-insomnia-query-param-imports


📝 Commits (1)

  • 66f20c6 Import query parameters from Insomnia v4 and v5 exports

📊 Changes

5 files changed (+28 additions, -0 deletions)

View changed files

📝 plugins/importer-insomnia/src/v4.ts (+6 -0)
📝 plugins/importer-insomnia/src/v5.ts (+6 -0)
📝 plugins/importer-insomnia/tests/fixtures/basic.output.json (+7 -0)
📝 plugins/importer-insomnia/tests/fixtures/version-5-minimal.output.json (+2 -0)
📝 plugins/importer-insomnia/tests/fixtures/version-5.output.json (+7 -0)

📄 Description

Add support for query/url parameters when importing from an Insomnia v4/v5 export.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/mountain-loop/yaak/pull/290 **Author:** [@JeroenVdb](https://github.com/JeroenVdb) **Created:** 11/3/2025 **Status:** ✅ Merged **Merged:** 11/3/2025 **Merged by:** [@gschier](https://github.com/gschier) **Base:** `main` ← **Head:** `support-insomnia-query-param-imports` --- ### 📝 Commits (1) - [`66f20c6`](https://github.com/mountain-loop/yaak/commit/66f20c685ee80ff31382e39cd5a1a3dcdcb56741) Import query parameters from Insomnia v4 and v5 exports ### 📊 Changes **5 files changed** (+28 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `plugins/importer-insomnia/src/v4.ts` (+6 -0) 📝 `plugins/importer-insomnia/src/v5.ts` (+6 -0) 📝 `plugins/importer-insomnia/tests/fixtures/basic.output.json` (+7 -0) 📝 `plugins/importer-insomnia/tests/fixtures/version-5-minimal.output.json` (+2 -0) 📝 `plugins/importer-insomnia/tests/fixtures/version-5.output.json` (+7 -0) </details> ### 📄 Description Add support for query/url parameters when importing from an Insomnia v4/v5 export. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-29 07:19:53 +01:00
adam closed this issue 2025-12-29 07:19:53 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/yaak#212