[PR #425] [MERGED] feat(api): add endpoints for importing files and getting account balance #420

Closed
opened 2025-12-29 00:20:18 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/eitchtee/WYGIWYH/pull/425
Author: @eitchtee
Created: 12/7/2025
Status: Merged
Merged: 12/7/2025
Merged by: @eitchtee

Base: mainHead: dev


📝 Commits (1)

  • d3a816d feat(api): add endpoints for importing files and getting account balance

📊 Changes

13 files changed (+891 additions, -13 deletions)

View changed files

app/apps/accounts/services.py (+33 -0)
📝 app/apps/accounts/tests.py (+134 -0)
📝 app/apps/accounts/views/balance.py (+1 -11)
📝 app/apps/api/serializers/__init__.py (+2 -0)
📝 app/apps/api/serializers/accounts.py (+9 -0)
app/apps/api/serializers/imports.py (+41 -0)
app/apps/api/tests/__init__.py (+4 -0)
app/apps/api/tests/test_accounts.py (+99 -0)
app/apps/api/tests/test_imports.py (+404 -0)
📝 app/apps/api/urls.py (+4 -0)
📝 app/apps/api/views/__init__.py (+2 -0)
📝 app/apps/api/views/accounts.py (+35 -2)
app/apps/api/views/imports.py (+123 -0)

📄 Description

Closes #417


🔄 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/eitchtee/WYGIWYH/pull/425 **Author:** [@eitchtee](https://github.com/eitchtee) **Created:** 12/7/2025 **Status:** ✅ Merged **Merged:** 12/7/2025 **Merged by:** [@eitchtee](https://github.com/eitchtee) **Base:** `main` ← **Head:** `dev` --- ### 📝 Commits (1) - [`d3a816d`](https://github.com/eitchtee/WYGIWYH/commit/d3a816d91bbd7ff0aaed1ca6a2a2421bcc276c69) feat(api): add endpoints for importing files and getting account balance ### 📊 Changes **13 files changed** (+891 additions, -13 deletions) <details> <summary>View changed files</summary> ➕ `app/apps/accounts/services.py` (+33 -0) 📝 `app/apps/accounts/tests.py` (+134 -0) 📝 `app/apps/accounts/views/balance.py` (+1 -11) 📝 `app/apps/api/serializers/__init__.py` (+2 -0) 📝 `app/apps/api/serializers/accounts.py` (+9 -0) ➕ `app/apps/api/serializers/imports.py` (+41 -0) ➕ `app/apps/api/tests/__init__.py` (+4 -0) ➕ `app/apps/api/tests/test_accounts.py` (+99 -0) ➕ `app/apps/api/tests/test_imports.py` (+404 -0) 📝 `app/apps/api/urls.py` (+4 -0) 📝 `app/apps/api/views/__init__.py` (+2 -0) 📝 `app/apps/api/views/accounts.py` (+35 -2) ➕ `app/apps/api/views/imports.py` (+123 -0) </details> ### 📄 Description Closes #417 --- <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 00:20:18 +01:00
adam closed this issue 2025-12-29 00:20:18 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/WYGIWYH#420