Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feature request: Could we have "Data source proxy calls" in this sdk? #175

Open
MakDon opened this issue Oct 19, 2021 · 1 comment
Open

Comments

@MakDon
Copy link

MakDon commented Oct 19, 2021

I found an API that is not added to this SDK yet.

Could we have a method like
func (r *Client)ProxyDatasource(ctx context.Context, datasourceID, rawRequest string) (rawReply string, err error)
to support this API in this SDK?

Could I create a PR to add this feature if it is approved?

Thanks very much.

@GiedriusS
Copy link
Collaborator

Feel free, just that implementing an integration test will be trickier since you'll have to add a data source before. Perhaps we could start some simple database during tests?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants