mirror of
https://github.com/Drop-OSS/drop.git
synced 2026-07-25 20:36:10 -04:00
[PR #182] [CLOSED] Add API annotations all routes #254
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/Drop-OSS/drop/pull/182
Author: @DecDuck
Created: 8/10/2025
Status: ❌ Closed
Base:
develop← Head:fix-types📝 Commits (10+)
7af29effeat: add initial type hints for API docsef7a62bpartial: new documentation additions (company admin)e3feaebfix: omit droplet manifest29fdfcbpartial: add admin game annotations90b02b7partial: admin import annotations80f7757partial: annotate rest of admin routesa0b4381partial: user routes94e7957fix: client handler typing824b4e7fix: client route type hacking7c23406feat: annotated client routes📊 Changes
133 files changed (+1381 additions, -895 deletions)
View changed files
📝
drop-base(+1 -1)📝
pages/setup.vue(+23 -67)📝
server/api/v1/admin/auth/index.get.ts(+3 -0)📝
server/api/v1/admin/auth/invitation/index.delete.ts(+4 -0)📝
server/api/v1/admin/auth/invitation/index.get.ts(+3 -0)📝
server/api/v1/admin/auth/invitation/index.post.ts(+3 -0)📝
server/api/v1/admin/company/[id]/banner.post.ts(+5 -0)📝
server/api/v1/admin/company/[id]/game.delete.ts(+27 -21)📝
server/api/v1/admin/company/[id]/game.patch.ts(+25 -19)📝
server/api/v1/admin/company/[id]/game.post.ts(+52 -46)📝
server/api/v1/admin/company/[id]/icon.post.ts(+5 -0)📝
server/api/v1/admin/company/[id]/index.delete.ts(+4 -0)📝
server/api/v1/admin/company/[id]/index.get.ts(+4 -0)📝
server/api/v1/admin/company/[id]/index.patch.ts(+5 -0)📝
server/api/v1/admin/company/index.get.ts(+3 -0)📝
server/api/v1/admin/company/index.post.ts(+38 -33)📝
server/api/v1/admin/game/[id]/index.delete.ts(+4 -0)📝
server/api/v1/admin/game/[id]/index.get.ts(+4 -0)📝
server/api/v1/admin/game/[id]/index.patch.ts(+5 -0)📝
server/api/v1/admin/game/[id]/metadata.post.ts(+5 -0)...and 80 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.