A Go library and CLI tool for smee
Find a file
2026-01-22 18:26:09 +01:00
cmd/smee cmd: add server subcommand 2026-01-22 18:10:26 +01:00
client.go client: resolve relative URLs in /new response 2026-01-22 18:24:33 +01:00
go.mod Migrate to Codeberg 2025-10-06 16:17:47 +02:00
LICENSE Initial commit 2022-11-14 11:42:26 +01:00
README.md cmd: add server subcommand 2026-01-22 18:10:26 +01:00
server.go server: send error for empty token 2026-01-22 18:24:21 +01:00
smee.go Move client to separate file 2026-01-01 14:00:12 +01:00
smee_test.go client: fix missing /new suffix in test 2026-01-22 18:26:09 +01:00

go-smee

Go Reference

A Go library and CLI tool for smee.

Usage

As a client (uses the smee.io server by default):

smee client http://localhost:8080

The tool will print a URL which can be e.g. registered as a web hook.

As a server:

smee server

License

MIT