sdk-codegen
sdk-codegen copied to clipboard
One SDK to rule them all, and in the codegen bind them
Looker API returns field-level information in the error. This change surfaces the information when using the SDK.
Changes to review: - `syncHooks.ts` creates the custom reconciliation hooks for the APIExplorer and TagScene pages (note I only have this functional for MethodTagScene at the moment, not TypeTagScene) -...
Instead of JSON objects, I'm getting objects of type LookWithQuery and Query, for instance. See attached file for an example of the response to a get look request. In short,...
Provides the ability to share a link to a method/type tag landing page with an applied filter. For example, being able to load a tag scene and have its methods...
:robot: I have created a release \*beep\* \*boop\* --- sdk-codegen-all: 2.8.0 ### Features * capture error details for the Kotlin SDK ([#1137](https://www.github.com/looker-open-source/sdk-codegen/issues/1137)) ([9909206](https://www.github.com/looker-open-source/sdk-codegen/commit/9909206e326b60a4465dbd50fbcf0ddb71749ae7)) * copy link button for search ([#1120](https://www.github.com/looker-open-source/sdk-codegen/issues/1120))...
Bumps [file-type](https://github.com/sindresorhus/file-type) from 12.4.2 to 16.5.4. Release notes Sourced from file-type's releases. v16.5.4 Fix: Malformed MKV could cause an infinite loop https://github.com/sindresorhus/file-type/commit/d86835680f4cccbee1a60628783c36700ec9e254 CVE-2022-36313 Also fixed in 17.1.3 v16.5.3 Upgrade dependencies...
There are a number of places in the [OpenAPI spec](https://github.com/looker-open-source/sdk-codegen/blob/main/spec/Looker.4.0.oas.json) that define `"type": "any". In the [OpenAPI 3.0 docs](https://swagger.io/docs/specification/data-models/data-types/), this doesn't seem to be a valid data type and I...
Hi Looker API team! I'm reposting a question I asked [in Looker Community](https://community.looker.com/looker-api-77/improve-openapi-spec-documentation-for-responses-30943) a couple weeks ago. Iām one of the maintainers of [Spectacles](https://github.com/spectacles-ci/spectacles), an open-source tool for testing LookML...
## šš Thank you for contributing to Looker sdk-codegen (ā”ļøš£) šŗ Watch a quick video on how to you make your pull requests fast and easy for you and your...
I added status code handling in the Go SDK to deal with delete endpoints' response body. In Looker API, delete endpoints call returns empty response body with status code 204...