aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/api/datamaps.go (unfollow)
Commit message (Expand)AuthorFilesLines
2024-04-06Adds the GPL clauses to main source code filesMatthew Lemon1-0/+17
2024-03-13Handler for creating a datamapLine objectMatthew Lemon1-7/+20
2024-03-13Implements our own errorsMatthew Lemon1-6/+3
2024-03-12Wraps the JSON response in an envelopeMatthew Lemon1-1/+1
2024-03-12wip: Indent the JSONMatthew Lemon1-3/+13
2024-03-12wip: full datamap struct is now converted to jsonMatthew Lemon1-6/+16
2024-03-12wip: returns the parsed csv as jsonMatthew Lemon1-28/+34
2024-03-12wip: writes contents of uploaded csv file to http.ResponseWriterMatthew Lemon1-12/+28
2024-03-12First implementation of csv uploadMatthew Lemon1-1/+33
2024-03-11Handles negative idMatthew Lemon1-2/+1