mirror of
https://github.com/eitchtee/WYGIWYH.git
synced 2026-01-16 05:56:38 +01:00
[PR #425] [MERGED] feat(api): add endpoints for importing files and getting account balance #420
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/eitchtee/WYGIWYH/pull/425
Author: @eitchtee
Created: 12/7/2025
Status: ✅ Merged
Merged: 12/7/2025
Merged by: @eitchtee
Base:
main← Head:dev📝 Commits (1)
d3a816dfeat(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.