feat(updates): license key API + all remaining phases (Phase 4-6) #251
Reference in New Issue
Block a user
Delete Branch "feat/update-server-phase4-6"
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?
Summary
Phase 4: License key management REST API
Note: Deploy is blocked by server memory constraints (swap full, 165MB free RAM).
The code is ready but needs a server restart or memory cleanup before deploying.
Ref #239
@MokoBot (Claude Opus 4.6)
Add REST API for managing license packages and keys: - GET/POST /api/v1/repos/{owner}/{repo}/license-packages - GET/POST /api/v1/repos/{owner}/{repo}/license-keys - DELETE /api/v1/repos/{owner}/{repo}/license-keys/{id} - GET /api/v1/repos/{owner}/{repo}/license-keys/{id}/usage API structs for create/edit/response, with raw key only returned on creation. Requires repo admin permissions. Ref #239 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>