We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4c5144 commit 28a55fbCopy full SHA for 28a55fb
hasura/api.go
@@ -55,6 +55,7 @@ func (api *API) get(endpoint string, args map[string]string) (*http.Response, er
55
return api.client.Do(req)
56
}
57
58
+//nolint
59
func (api *API) post(endpoint string, args map[string]string, body interface{}, output interface{}) error {
60
url, err := api.buildURL(endpoint, args)
61
if err != nil {
0 commit comments