Hello 👋,
I'm trying to use the run_url_encoded_query method. It's not documented, but the only way to get it to function is by passing the urlencoded parameters at the end of the result_format parameter:
sdk.run_url_encoded_query("x", "y", "sql?fields=abc,def")
This is kind of strange and seems like it might just work by accident. Is it possible to clarify this, or improve the documentation?
Hello 👋,
I'm trying to use the
run_url_encoded_querymethod. It's not documented, but the only way to get it to function is by passing the urlencoded parameters at the end of theresult_formatparameter:This is kind of strange and seems like it might just work by accident. Is it possible to clarify this, or improve the documentation?