sdk-codegen
sdk-codegen copied to clipboard
One SDK to rule them all, and in the codegen bind them
And integration with Looker google workspace auth. Extension framework SDK updated to get google access token and to allow scopes to be reauthorized if necessary.
Hi developers, Thank you for developing great SDKs. I found that a request using Go SDK will be failed when the string field of the request body json contains `%`...
Hello, I need to configure my Python script that uses Looker API to use corporate proxy with authentication. Is there a way to set up the details in looker.ini file?...
Added support for custom environment prefixes in the SDK (#999)
I was able to make a test app inspired by the Java Gradle example, but I found that I couldn't get it to work at runtime unless I added a...
Using the Python SDK, when I run the code suggested by the API explorer: `response = sdk.scheduled_plans_for_look(look_id=1)` I get the following error: ``` Traceback (most recent call last): File "/Users/me/VSCode/looker-sdk/main.py",...
Examples Added: - bulkDeleteAlerts (readme updated and prettier run): admin script to bulk delete alerts for a given user - createSlackAlert (readme updated and prettier run): script to enable users...
We want to be able to run the same script on multiple Looker instances, and so would need different env variables. We can do this by using different config files...
When issuing a request to the Golang API that triggers an HTTP 4XX error (e.g. a 422 validation error), the Swagger API will return useful error context, e.g.: ``` {...