You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 1, 2023. It is now read-only.
On implementing the PR, I figured out that just make the func public will not be as useful, as this doen't allow to pass in a relative URL. So I reimplemented it with a "Generic" endpoint. The existing "util.go" file remains unchanged.
New PR #335
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
There is a "callAPI" method:
go-graylog/graylog/client/util.go
Lines 32 to 35 in 3e39cb0
This is currently private. It would be nice if the User can call any APIs that are not implemented (yet), like /authz/shares. See #332.
I would suggest renaming
callAPI
toCallAPI
to make it public, or provide a equivalent public method.The text was updated successfully, but these errors were encountered: