diff options
author | xengineering <me@xengineering.eu> | 2024-10-03 21:00:29 +0200 |
---|---|---|
committer | xengineering <me@xengineering.eu> | 2024-10-03 21:00:29 +0200 |
commit | 1fb03d184c8ac6df472d9ab976bc9cfbd58bcb1a (patch) | |
tree | cd1a38caaf44d15b334e0cb6946ff3bec7f519da /content | |
parent | 84c7e486d901722de93fa3201a716828ee615bd8 (diff) | |
download | website-1fb03d184c8ac6df472d9ab976bc9cfbd58bcb1a.tar website-1fb03d184c8ac6df472d9ab976bc9cfbd58bcb1a.tar.zst website-1fb03d184c8ac6df472d9ab976bc9cfbd58bcb1a.zip |
git: soundbox-go: Add link to API documentation
Diffstat (limited to 'content')
-rw-r--r-- | content/git/soundbox-go.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/content/git/soundbox-go.md b/content/git/soundbox-go.md index 946ff1c..2353cab 100644 --- a/content/git/soundbox-go.md +++ b/content/git/soundbox-go.md @@ -9,5 +9,8 @@ This Go library contains all the logic necessary to use [soundbox][1] devices. Moving this code out of the [soundbox-app][2] allows to add integrations into other software easily. +API documentation is available [here][3]. + [1]: https://xengineering.eu/git/soundbox [2]: https://xengineering.eu/git/soundbox-app +[3]: https://pkg.go.dev/xengineering.eu/soundbox |