[PR #120] [MERGED] Apply Request path parameters during render #56

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

📋 Pull Request Information

Original PR: https://github.com/mountain-loop/yaak/pull/120
Author: @gschier
Created: 10/1/2024
Status: Merged
Merged: 10/1/2024
Merged by: @gschier

Base: masterHead: render-path-params


📝 Commits (1)

  • 524accd Apply Request path parameters during render

📊 Changes

10 files changed (+330 additions, -3334 deletions)

View changed files

plugin-runtime-types/src/bindings/events.ts (+96 -0)
plugin-runtime-types/src/bindings/models.ts (+23 -0)
plugin-runtime-types/src/bindings/serde_json/JsonValue.ts (+3 -0)
plugin-runtime/package-lock.json (+0 -3187)
📝 plugin-runtime/src/index.worker.ts (+8 -10)
📝 src-tauri/src/http_request.rs (+2 -130)
📝 src-tauri/src/lib.rs (+18 -3)
📝 src-tauri/src/render.rs (+176 -3)
📝 src-tauri/yaak_plugin_runtime/bindings/events.ts (+1 -1)
📝 src-tauri/yaak_plugin_runtime/src/events.rs (+3 -0)

📄 Description

https://feedback.yaak.app/p/copy-as-curl-with-placeholder-in-url


🔄 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/120 **Author:** [@gschier](https://github.com/gschier) **Created:** 10/1/2024 **Status:** ✅ Merged **Merged:** 10/1/2024 **Merged by:** [@gschier](https://github.com/gschier) **Base:** `master` ← **Head:** `render-path-params` --- ### 📝 Commits (1) - [`524accd`](https://github.com/mountain-loop/yaak/commit/524accd36755be68862c0eaf3e8a77e3bce4d9a4) Apply Request path parameters during render ### 📊 Changes **10 files changed** (+330 additions, -3334 deletions) <details> <summary>View changed files</summary> ➕ `plugin-runtime-types/src/bindings/events.ts` (+96 -0) ➕ `plugin-runtime-types/src/bindings/models.ts` (+23 -0) ➕ `plugin-runtime-types/src/bindings/serde_json/JsonValue.ts` (+3 -0) ➖ `plugin-runtime/package-lock.json` (+0 -3187) 📝 `plugin-runtime/src/index.worker.ts` (+8 -10) 📝 `src-tauri/src/http_request.rs` (+2 -130) 📝 `src-tauri/src/lib.rs` (+18 -3) 📝 `src-tauri/src/render.rs` (+176 -3) 📝 `src-tauri/yaak_plugin_runtime/bindings/events.ts` (+1 -1) 📝 `src-tauri/yaak_plugin_runtime/src/events.rs` (+3 -0) </details> ### 📄 Description https://feedback.yaak.app/p/copy-as-curl-with-placeholder-in-url --- <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:06 +01:00
adam closed this issue 2025-12-29 07:19:06 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/yaak#56