summaryrefslogtreecommitdiffstats
path: root/internal/api/api.go
AgeCommit message (Collapse)AuthorFilesLines
2025-10-05Implement a "magic wormhole" file-sharing solutionRose Hogenson1-70/+0
2025-10-04Allow downloading without gobRose Hogenson1-1/+3
2025-10-01Fix the n^2 using a linked listRose Hogenson1-0/+1
2025-09-30Allow appending to notesRose Hogenson1-3/+6
Right now it's n^2 which is a big problem (to be fixed later)
2025-09-28Add a gob APIRose Hogenson1-0/+64