sdk-codegen
sdk-codegen copied to clipboard
One SDK to rule them all, and in the codegen bind them
I've been using the Go SDK, and found that in cases where the return result is a string and not a json, it isn't returned at all. For example in...
Currently, api40's `create_dashboard_element` method takes in a `WriteDashboardElement`-type argument as its body. However, `WriteDashboardElement`'s `result_maker` field is of type `WriteResultMakerWithIdVisConfigAndDynamicFields`, which is the dynamic writeable type of `ResultMakerWithIdVisConfigAndDynamicFields` with the...
Hello, I'm searching for a solution to use in my Android Proyect and I'm wondering what's the differene of this lib to the kotlin code being generated by swagger itself?
Per slack convo with @joeldodge79 - would like a way to catch http status codes from requests - many of them are documented 
currently we check the static type to decide whether to encode but at runtime the value could be an int and then we blow up with ``` ~/Documents/sdk-codegen/python/looker_sdk/sdk/api31/methods.py in dashboard_layout_dashboard_layout_components(self,...
For the Python SDK, it appears that there is some incompatible typing going on. This is for both SDK 3.1 and SDK 4.0. Take `folder_id`, for example. In the model,...
Hi, For the past few days we have been getting the below error when we try to update the users state using "`/user/`" endpoint. `JSONDecodeError("Expecting value", s, err.value) from None...
This is a somewhat common ask for DCL. Creating the filter object is straightforward, but applying it to tiles is not. Having an example of what this looks like would...
I was using Looker API URLs throughout my script to automate stuff but I had to shift to **LookerSDK 3.1.** I was using the below endpoint before I switch to...
When invoking `sdk.ok(sdk.delete_user_attribute_user_value(user.id!!, attribute.user_attribute_id!!))` the error below is thrown. Please note that it's a success 204 response, from the API swagger it does not have a response body. ``` java.lang.Error:...