fathom/pkg/api
Danny van Kooten 53c1702d0d only re-fetch data when needed 2018-10-05 15:13:48 +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 client-side error handling structure incl. better error message for invalid login details. #131 2018-09-21 10:45:47 +02:00
auth_test.go sanitize email address before saving to datastore 2018-09-10 09:26:15 +02:00
collect.go modify tracker.js to take a siteId and insert that into pageviews table. add siteId to tracking snippet. 2018-10-05 10:07:00 +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 only re-fetch data when needed 2018-10-05 15:13:48 +02:00