13 Commits

Author SHA1 Message Date
dda4491c94
chore: golint fixes across all modules
Run scripts/golint: goimports, go fix, go vet, go mod tidy.
2026-04-09 14:23:33 -06:00
1cb478b475
fix(http/androidsmsgateway): revert to using observed phoneNumber field rather than the documented recipient,sender ones 2026-03-05 14:00:55 -07:00
020b00c353
feat(http/androidsmsgateway): add webhook examples, JSON, CSV, and signature verification 2026-03-03 03:01:56 -07:00
71eceb809f
feat: add cmd/smsapid for use with android-sms-gateway 2026-02-27 02:48:13 -07:00
4176923dd8
ref(cmd/sendsms): separate http/androidsmsgateway into own package 2026-02-27 02:42:50 -07:00
b559a25404
ref!(http/middleware): bump to v2 to use http.Handler rather than http.HandlerFunc 2026-01-26 12:47:18 -07:00
25ac66cc10
ref(http/middleware): prefer mw.HandleFunc(path, fn) to mux.HandleFunc(path, mw.Handle(fn)) 2026-01-13 00:25:54 -07:00
6e04afec1c
doc(http/middleware): add Go Reference badge 2025-10-11 19:05:26 -06:00
56b2b43d3d
doc(http/middleware): describe and add examples 2025-10-06 02:28:18 -06:00
6ac8b08ecc
chore(http/middleware): correct CC0-1.0 SPDX license header 2025-10-06 01:50:03 -06:00
9598545a9f
chore: add appopriate LICENSE files to each module 2025-10-06 00:42:41 -06:00
5fb5fcd9ef
chore(http/middleware): add go.mod 2025-10-03 03:33:23 -06:00
4c26dd6e2a
feat(http/middleware): add idiomatic http-compatible middleware 2025-10-03 03:31:52 -06:00