HTTP utility functions for Go
Find a file
g0rbe 671fec5b95
All checks were successful
go test / go-test (push) Successful in 48s
Go Report Card / generate-report (push) Successful in 12s
pkg.go.dev / pull-new-commit (push) Successful in 29s
Add Medusa JS Admin authentication
2025-12-10 06:17:16 +01:00
.github/workflows Enable email notification in Actions 2025-11-07 17:57:12 +01:00
authentication Add Medusa JS Admin authentication 2025-12-10 06:17:16 +01:00
client.go Replace NewClientWithAuthentication() function to SetAuthentication() method 2025-11-08 22:41:39 +01:00
client_test.go Replace NewClientWithAuthentication() function to SetAuthentication() method 2025-11-08 22:41:39 +01:00
contenttype.go Rewrite the module to use http.RoundTripper 2025-10-15 18:09:59 +02:00
defaultclient.go Fix typos 2025-11-07 17:52:50 +01:00
go.mod Add Medusa JS Admin authentication 2025-12-10 06:17:16 +01:00
go.sum Add Medusa JS Admin authentication 2025-12-10 06:17:16 +01:00
LICENSE Initial commit 2025-09-22 02:49:35 +02:00
README.md Add Google ServiceAccount auth and use subdir for auth methods 2025-10-26 00:27:11 +02:00
response.go Fix typos 2025-11-07 17:52:50 +01:00

www

Go Reference Go Report Card

Package www provides HTTP utility functions.

Common authentication methods and functions for various services can be found at the authentication directory.

Get

go get git.gorbe.io/go/www@latest

Get the latest commit (if Go module proxy is not updated):

go get "git.gorbe.io/go/www@$(curl -s 'https://git.gorbe.io/api/v1/repos/go/www/commits' | jq -r '.[0].sha')"