Fix stash scraper errors and add apikey field (#5474)

* Use hasura/go-graphql-client instead of shurcooL version
* Fix graphql query errors
* Support setting api key for stash server
This commit is contained in:
WithoutPants
2024-11-13 10:14:55 +11:00
committed by GitHub
parent 64fed3553a
commit 5f690d96bd
9 changed files with 195 additions and 34 deletions

View File

@@ -8,7 +8,7 @@ import (
"net/url"
"strconv"
"github.com/shurcooL/graphql"
graphql "github.com/hasura/go-graphql-client"
"github.com/stashapp/stash/pkg/plugin/common"
)