You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* docs: fixed table that wasn't generated properly
* feature: SDK generated for Looker 22.0
* chore: update CI for Looker 22.0
* fix: update package.json to allow sdk 22.0
* chore: forgot yarn.lock
* chore: fix versions
* chore: release 1.22.0
Release-As: 1.22.0
* chore: make sure failure is reported when *.xml artifacts are not generated
* chore: add debug for the triggering event on required-checks-hack-ci.yml
* chore: fix bad error handling flow in python-ci.yml
* chore: fix messages in reports from Required Checks Hack
* fix: added handling for object in query string
* chore: built api 22.0
|[Python](python)|`looker_sdk.init31()`|`looker_sdk.init40()`| Both API 3.1 and 4.0 are supported, and can be initialized with the functions shown |
55
55
|[TypeScript](packages/sdk)|`Looker31SDK()`, `LookerNodeSDK.init31()`, or `LookerBrowserSDK.init31()`|`Looker40SDK()`, `LookerNodeSDK.init40()` or `LookerBrowserSDK.init40()`| Both API 3.1 and 4.0 are supported and can be initialized with the functions shown. **Important** - See information on the [typescript SDK dependencies](#very-important-note-regarding-the-looker-typescript-sdk) at the bottom of this file. |
56
56
|[Kotlin](kotlin)| Do not use |`LookerSDK()`| API 4.0 was specifically created to correct the endpoint payloads for strongly-typed languages like Kotlin and Swift. Because Kotlin really requires API 4.0, API 4.0 is the default namespace for it |
57
-
|[Swift](swift/looker)| Not applicable |`Looker40SDK()`| Swift only has SDK definitions for API 4.0 ||
58
-
|[Look#](csharp)|`Looker31SDK()`|`Looker40SDK()`| Community-supported C# SDK for Looker ||
59
-
|[GoLook](go)| Not applicable |`v4.NewLookerSDK()`| Community-supported GO SDK for Looker ||
57
+
|[Swift](swift/looker)| Not applicable |`Looker40SDK()`| Swift only has SDK definitions for API 4.0 |
58
+
|[Look#](csharp)|`Looker31SDK()`|`Looker40SDK()`| Community-supported C# SDK for Looker |
59
+
|[GoLook](go)| Not applicable |`v4.NewLookerSDK()`| Community-supported GO SDK for Looker |
60
60
61
61
By supporting both API versions in the same SDK package, we hope the migration path to the latest API is simplified. Both SDK versions can be used at the same time, in the same source file, which should allow for iterative work to move to the new API version.
0 commit comments