[PR #2040] [MERGED] [API] Add API backend code #3499

Closed
opened 2026-02-26 13:33:43 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/community-scripts/ProxmoxVE/pull/2040
Author: @michelroegl-brunner
Created: 2/5/2025
Status: Merged
Merged: 2/5/2025
Merged by: @michelroegl-brunner

Base: mainHead: api_backend


📝 Commits (1)

📊 Changes

4 files changed (+287 additions, -0 deletions)

View changed files

api/.env.example (+5 -0)
api/go.mod (+32 -0)
api/go.sum (+83 -0)
api/main.go (+167 -0)

📄 Description

✍️ Description

This PR adds the API code (written in GO) to the repository to create transparancy.

Prerequisites

The following steps must be completed for the pull request to be considered:

  • Self-review performed (I have reviewed my code to ensure it follows established patterns and conventions.)
  • Testing performed (I have thoroughly tested my changes and verified expected functionality.)

🛠️ Type of Change

Please check the relevant options:

  • [] Bug fix (non-breaking change that resolves an issue)
  • New feature (non-breaking change that adds functionality)
  • [] Breaking change (fix or feature that would cause existing functionality to change unexpectedly)
  • [] New script (a fully functional and thoroughly tested script or set of scripts)

📋 Additional Information (optional)

Provide any extra context or screenshots about the feature or fix here.


🔄 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/community-scripts/ProxmoxVE/pull/2040 **Author:** [@michelroegl-brunner](https://github.com/michelroegl-brunner) **Created:** 2/5/2025 **Status:** ✅ Merged **Merged:** 2/5/2025 **Merged by:** [@michelroegl-brunner](https://github.com/michelroegl-brunner) **Base:** `main` ← **Head:** `api_backend` --- ### 📝 Commits (1) - [`782ad32`](https://github.com/community-scripts/ProxmoxVE/commit/782ad3208527d6b8ecbd2b2959c2f448372aa544) Add API backend to repo ### 📊 Changes **4 files changed** (+287 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `api/.env.example` (+5 -0) ➕ `api/go.mod` (+32 -0) ➕ `api/go.sum` (+83 -0) ➕ `api/main.go` (+167 -0) </details> ### 📄 Description ## ✍️ Description This PR adds the API code (written in GO) to the repository to create transparancy. ## ✅ Prerequisites The following steps must be completed for the pull request to be considered: - [X] Self-review performed (I have reviewed my code to ensure it follows established patterns and conventions.) - [X] Testing performed (I have thoroughly tested my changes and verified expected functionality.) ## 🛠️ Type of Change Please check the relevant options: - [] Bug fix (non-breaking change that resolves an issue) - [X] New feature (non-breaking change that adds functionality) - [] Breaking change (fix or feature that would cause existing functionality to change unexpectedly) - [] New script (a fully functional and thoroughly tested script or set of scripts) --- ## 📋 Additional Information (optional) Provide any extra context or screenshots about the feature or fix here. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 13:33:43 +03:00
Sign in to join this conversation.
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/ProxmoxVE#3499
No description provided.