-
Hi there! I notice when I `go get github.com/machinebox/graphql`, the version I have is missing the response status code checks that landed in https://github.com/machinebox/graphql/pull/19. Does somet…
-
Required if the user has setup auth on a public box
https://machinebox.io/docs/machine-box-apis#basic-authentication
-
Had a working session with a customer which did not progress far since cannot find a suitable binary that could work for them. This is a blocker as the customer may not have permission or have difficu…
-
Keep seeing these errors once in a while for one of the cameras. I have four cameras setup with Tagbox and I can see all the cameras in HA and the tagbox instance is working.
```
Log Details (ERROR…
-
It would be nice if https://github.com/machinebox/graphql/blob/master/graphql.go#L48 could take a `Doer` interface, compatible with the std lib `*http.Client` so that clients can pass in whatever http…
-
**Describe the bug**
The Game is difficult for an average user to run due to the macOS security protocols. Each binary and (.arm64/.x86_64) and .dylib need to be manually approved several times throu…
-
I guess you know this, but getting empty webview window.
doing:
```
make install
make run
```
ghost updated
5 years ago
-
We noticed an issue when using this library against AWS API Gateway with a WAF, although this issue is not limited to these technologies.
When hitting a WAF if you don't pass the rules you will get…
-
A simple query request is working via the "GraphQL Playground" against our GraphQL server.
However, it's getting error "**Must Provide Query String**" while using your package to make the request.
…
-
Hi !
I can't find a way to get the response status code when an HTTP error is returned.
My use case is that I want to check if it is a 401 (in which case I want to renew the client token).
Thanks…