[PR #180] [CLOSED] fix import curl params #104

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

📋 Pull Request Information

Original PR: https://github.com/mountain-loop/yaak/pull/180
Author: @mooonfly
Created: 3/6/2025
Status: Closed

Base: masterHead: master


📝 Commits (1)

📊 Changes

1 file changed (+19 additions, -16 deletions)

View changed files

📝 src-tauri/vendored/plugins/importer-curl/build/index.js (+19 -16)

📄 Description

yaak cannot parse curl correctly like this

curl 'https://test.com'
-X POST\
-H 'Content-Type: application/x-www-form-urlencoded'\
--data-raw 'test_key1=test_value1&test_key2=test_value2'
Screenshot 2025-03-06 at 11 18 29 PM

🔄 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/180 **Author:** [@mooonfly](https://github.com/mooonfly) **Created:** 3/6/2025 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`64aaf85`](https://github.com/mountain-loop/yaak/commit/64aaf851761e73f044f4a22dd3305438b36817f3) fix import curl params ### 📊 Changes **1 file changed** (+19 additions, -16 deletions) <details> <summary>View changed files</summary> 📝 `src-tauri/vendored/plugins/importer-curl/build/index.js` (+19 -16) </details> ### 📄 Description yaak cannot parse curl correctly like this ``` curl curl 'https://test.com' -X POST\ -H 'Content-Type: application/x-www-form-urlencoded'\ --data-raw 'test_key1=test_value1&test_key2=test_value2' ``` <img width="632" alt="Screenshot 2025-03-06 at 11 18 29 PM" src="https://github.com/user-attachments/assets/84d8f4f5-7653-400d-b58e-3e07811371b1" /> --- <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:21 +01:00
adam closed this issue 2025-12-29 07:19:21 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/yaak#104