[PR #177] [MERGED] feat: Add query parameters support for GET method #199

Closed
opened 2026-03-03 15:30:40 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/luthermonson/go-proxmox/pull/177
Author: @alperencelik
Created: 11/4/2024
Status: Merged
Merged: 1/21/2025
Merged by: @luthermonson

Base: mainHead: main


📝 Commits (4)

  • f4f2c05 feat: Add query parameters support for GET method
  • 49b6116 fix: Linter issue on the dataParser function
  • 816554f feat: Add qemu pending method
  • a6b44b1 fix: Update pending configuration struct for qemu pending method

📊 Changes

3 files changed (+52 additions, -0 deletions)

View changed files

📝 proxmox.go (+37 -0)
📝 types.go (+10 -0)
📝 virtual_machine.go (+5 -0)

📄 Description

This PR aims to add functionality to support query parameters on GET requests.


🔄 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/luthermonson/go-proxmox/pull/177 **Author:** [@alperencelik](https://github.com/alperencelik) **Created:** 11/4/2024 **Status:** ✅ Merged **Merged:** 1/21/2025 **Merged by:** [@luthermonson](https://github.com/luthermonson) **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (4) - [`f4f2c05`](https://github.com/luthermonson/go-proxmox/commit/f4f2c058e0d76925f1372f46e124a0516bd6d48d) feat: Add query parameters support for GET method - [`49b6116`](https://github.com/luthermonson/go-proxmox/commit/49b6116dcae3581af0c7076b2f3f58e5e6d4b88f) fix: Linter issue on the dataParser function - [`816554f`](https://github.com/luthermonson/go-proxmox/commit/816554fbc5348637b0fe18e35a5e0309dea9674e) feat: Add qemu pending method - [`a6b44b1`](https://github.com/luthermonson/go-proxmox/commit/a6b44b16c7f2f07f4e5c7f87694da98981f59393) fix: Update pending configuration struct for qemu pending method ### 📊 Changes **3 files changed** (+52 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `proxmox.go` (+37 -0) 📝 `types.go` (+10 -0) 📝 `virtual_machine.go` (+5 -0) </details> ### 📄 Description This PR aims to add functionality to support query parameters on GET requests. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 15:30:40 +03:00
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/go-proxmox#199
No description provided.