[PR #2446] [MERGED] Provide "api/category-groups-get" API endpoint #53609

Closed
opened 2026-04-30 22:24:35 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/2446
Author: @psybers
Created: 3/8/2024
Status: Merged
Merged: 3/9/2024
Merged by: @MatissJanis

Base: masterHead: issue2240


📝 Commits (4)

📊 Changes

6 files changed (+53 additions, -1 deletions)

View changed files

📝 packages/api/methods.test.ts (+32 -1)
📝 packages/api/methods.ts (+4 -0)
📝 packages/loot-core/src/server/api.ts (+5 -0)
📝 packages/loot-core/src/server/main.ts (+4 -0)
📝 packages/loot-core/src/types/api-handlers.d.ts (+2 -0)
upcoming-release-notes/2446.md (+6 -0)

📄 Description

This fixes #2240 by providing a new API endpoint to get category groups.


🔄 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/actualbudget/actual/pull/2446 **Author:** [@psybers](https://github.com/psybers) **Created:** 3/8/2024 **Status:** ✅ Merged **Merged:** 3/9/2024 **Merged by:** [@MatissJanis](https://github.com/MatissJanis) **Base:** `master` ← **Head:** `issue2240` --- ### 📝 Commits (4) - [`514a2fd`](https://github.com/actualbudget/actual/commit/514a2fd6a36a3aafe8eeb266fe7e6a89e89dd5be) Provide api/category-groups-get API endpoint - [`212dcfa`](https://github.com/actualbudget/actual/commit/212dcfa4ab697280602b8d3073ac2455af3fc288) Add release note - [`c9846ae`](https://github.com/actualbudget/actual/commit/c9846ae8951b9075f3e102357a72360fd33e6812) fix release note - [`7fc71b5`](https://github.com/actualbudget/actual/commit/7fc71b5bceb5dd3be3baabe1879db1221f169f8f) fix linter errors ### 📊 Changes **6 files changed** (+53 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `packages/api/methods.test.ts` (+32 -1) 📝 `packages/api/methods.ts` (+4 -0) 📝 `packages/loot-core/src/server/api.ts` (+5 -0) 📝 `packages/loot-core/src/server/main.ts` (+4 -0) 📝 `packages/loot-core/src/types/api-handlers.d.ts` (+2 -0) ➕ `upcoming-release-notes/2446.md` (+6 -0) </details> ### 📄 Description This fixes #2240 by providing a new API endpoint to get category groups. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-30 22:24:35 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/actual#53609