sdk-codegen icon indicating copy to clipboard operation
sdk-codegen copied to clipboard

One SDK to rule them all, and in the codegen bind them

Results 181 sdk-codegen issues
Sort by recently updated
recently updated
newest added

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...

bug
go

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...

p3

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?

p3

Per slack convo with @joeldodge79 - would like a way to catch http status codes from requests - many of them are documented ![image](https://user-images.githubusercontent.com/47784/97887950-77be8400-1d22-11eb-853c-eb4a360fb364.png)

enhancement
p3

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,...

python
p3

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,...

p3

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...

p3

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...

p3

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...

p3

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:...

p3