aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/dbasik-api/handlers.go (unfollow)
Commit message (Expand)AuthorFilesLines
2024-06-03Couple of minor fixesMatthew Lemon1-3/+2
2024-06-01Spelling fixes and adds a newlineMatthew Lemon1-1/+1
2024-05-31Can now parse a return XLSX fileMatthew Lemon1-21/+20
2024-04-19First parse of an Excel fileMatthew Lemon1-21/+21
2024-04-12First test and first appearance of returns codeMatthew Lemon1-87/+78
2024-04-12Adds back old JSON-based handlerMatthew Lemon1-0/+58
2024-04-10Adds ability to save a single datamap to the databaseMatthew Lemon1-8/+90
2024-04-10First introduction of migrations using golang-migrateMatthew Lemon1-4/+6
2024-04-06Reorganises cmd/ structure for publication on pkg.go.devMatthew Lemon1-0/+0
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