This commit is contained in:
2025-04-05 12:18:58 +11:00
parent 4be44c4eb2
commit dab30b4938
72 changed files with 132 additions and 72 deletions

View File

@@ -5,7 +5,7 @@ import (
"net/http"
"net/url"
"github/bestnite/go-igdb/endpoint"
"github.com/bestnite/go-igdb/endpoint"
)
func (g *igdb) ActiveWebhook(endpoint endpoint.Endpoint, secret, callbackUrl string) error {