mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-01-12 04:10:34 +01:00
[PR #120] [MERGED] Apply Request path parameters during render #56
Reference in New Issue
Block a user
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/mountain-loop/yaak/pull/120
Author: @gschier
Created: 10/1/2024
Status: ✅ Merged
Merged: 10/1/2024
Merged by: @gschier
Base:
master← Head:render-path-params📝 Commits (1)
524accdApply 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.