fathom/pkg/api
Danny van Kooten 470db5189d get rid of some column placeholders so we can increase buffer cap #132 2018-10-10 10:50:05 +02:00
..
api.go introduce datastore interface & stop relying on package var to retrieve db conn. relates to #29 2018-05-15 13:30:37 +02:00
auth.go return json error when authorization middleware fails 2018-10-09 11:17:13 +02:00
auth_test.go sanitize email address before saving to datastore 2018-09-10 09:26:15 +02:00
collect.go get rid of some column placeholders so we can increase buffer cap #132 2018-10-10 10:50:05 +02:00
collect_test.go strip AMP & UTM vars from referrer urls. closes #37 2018-05-22 10:30:35 +02:00
health.go Adding /health endpoint and using it in container 2018-09-17 17:20:48 +02:00
http.go client-side error handling structure incl. better error message for invalid login details. #131 2018-09-21 10:45:47 +02:00
http_test.go update test for respond func 2018-09-21 10:50:34 +02:00
page_stats.go modify all routes & queries to take a site ID parameter 2018-10-05 13:09:58 +02:00
params.go modify all routes & queries to take a site ID parameter 2018-10-05 13:09:58 +02:00
params_test.go fix params test 2018-05-08 09:11:32 +02:00
referrer_stats.go modify all routes & queries to take a site ID parameter 2018-10-05 13:09:58 +02:00
routes.go modify all routes & queries to take a site ID parameter 2018-10-05 13:09:58 +02:00
site_stats.go modify all routes & queries to take a site ID parameter 2018-10-05 13:09:58 +02:00
sites.go default to site_id 1, even though it may not exist yet 2018-10-05 16:07:15 +02:00