aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/api/datamaps.go (follow)
Commit message (Expand)AuthorAgeFilesLines
* Reorganises cmd/ structure for publication on pkg.go.devMatthew Lemon2024-04-061-123/+0
* Adds the GPL clauses to main source code filesMatthew Lemon2024-04-061-0/+17
* Handler for creating a datamapLine objectMatthew Lemon2024-03-131-7/+20
* Implements our own errorsMatthew Lemon2024-03-131-6/+3
* Wraps the JSON response in an envelopeMatthew Lemon2024-03-121-1/+1
* wip: Indent the JSONMatthew Lemon2024-03-121-3/+13
* wip: full datamap struct is now converted to jsonMatthew Lemon2024-03-121-6/+16
* wip: returns the parsed csv as jsonMatthew Lemon2024-03-121-28/+34
* wip: writes contents of uploaded csv file to http.ResponseWriterMatthew Lemon2024-03-121-12/+28
* First implementation of csv uploadMatthew Lemon2024-03-121-1/+33
* Handles negative idMatthew Lemon2024-03-111-2/+1
* Initial commitMatthew Lemon2024-03-111-0/+23