inital commit

This commit is contained in:
2026-05-26 20:21:55 +02:00
parent 965f9d6ad4
commit 0ae20aa68d
21 changed files with 651 additions and 111 deletions

View File

@@ -25,7 +25,7 @@ func main() {
fa.WithUserAgent(envOr("FA_UA", "go-fa-api-example/0.1")),
)
n, err := client.Notifications(context.Background())
n, err := client.Notifications(context.Background(), fa.NotificationsOptions{})
if err != nil {
log.Fatalf("Notifications: %v", err)
}