Mantenha tudo organizado com as coleções
Salve e categorize o conteúdo com base nas suas preferências.
A API Looker oferece diferentes maneiras de usar um SDK. Sugerimos usar um dos nossos SDKs em vez de fazer solicitações manuais à API, porque eles lidam com os detalhes intrincados de autenticação, serialização de parâmetros, serialização de respostas e outras questões.
SDKs de linguagem
O Looker oferece um SDK oficial de cliente da API em várias linguagens:
Ruby: é possível instalar o SDK do Ruby como uma gem em rubygems.org. A documentação e o código-fonte do SDK do Looker Ruby estão disponíveis no GitHub.
Python: é possível instalar o SDK do Python em pypi.org. A documentação e o código-fonte do SDK do Python do Looker estão no GitHub.
Typescript e JavaScript: é possível instalar o SDK Typescript/JavaScript em npmjs.com. A documentação e o código-fonte do SDK Typescript/JavaScript do Looker estão disponíveis no GitHub.
Se você não conhece Ruby, Python, Typescript ou Javascript ou se sua empresa usa uma linguagem de programação diferente, é possível gerar um SDK do cliente na linguagem de sua preferência usando o modo "legado" do projeto de geração de código do SDK do Looker. As instruções para fazer isso estão disponíveis no repositório do GitHub do SDK Codegen do Looker.
[[["Fácil de entender","easyToUnderstand","thumb-up"],["Meu problema foi resolvido","solvedMyProblem","thumb-up"],["Outro","otherUp","thumb-up"]],[["Difícil de entender","hardToUnderstand","thumb-down"],["Informações incorretas ou exemplo de código","incorrectInformationOrSampleCode","thumb-down"],["Não contém as informações/amostras de que eu preciso","missingTheInformationSamplesINeed","thumb-down"],["Problema na tradução","translationIssue","thumb-down"],["Outro","otherDown","thumb-down"]],["Última atualização 2025-08-25 UTC."],[],[],null,["# Looker API SDKs\n\n| **Note:** As of Looker 22.4, the [Looker API 4.0 is generally available](/looker/docs/api-4-ga). In Looker 23.18, the [Looker API 3.1 has been removed](/looker/docs/api-3x-deprecation).\n\nThe [Looker API](/looker/docs/api-getting-started) offers different ways to make use of an SDK. We suggest using one of our SDKs, instead of making manual requests to the API, because the SDKs handle the intricate details of authentication, parameter serialization, response serialization, and other concerns.\n\nLanguage SDKs\n-------------\n\nLooker offers an official Looker API client SDK in several languages:\n\n- Ruby: You can install the Ruby SDK as a gem from [rubygems.org](https://rubygems.org/gems/looker-sdk). Looker Ruby SDK documentation and source code reside on [GitHub](https://github.com/looker-open-source/looker-sdk-ruby).\n\n- Python: You can install the Python SDK from [pypi.org](https://pypi.org/project/looker-sdk/). Looker Python SDK documentation and source code reside on [GitHub](https://github.com/looker-open-source/sdk-codegen/tree/master/python).\n\n- Typescript and JavaScript: You can install the Typescript/JavaScript SDK from [npmjs.com](https://www.npmjs.com/package/@looker/sdk). Looker Typescript/JavaScript SDK documentation and source code reside on [GitHub](https://github.com/looker-open-source/sdk-codegen/tree/master/packages/sdk).\n\nYou can find source code and project examples that use SDKs to communicate with the Looker API in Looker's [SDK Example GitHub repository](https://github.com/looker-open-source/sdk-codegen/tree/main/examples).\n\nGenerating client SDKs for the Looker API\n-----------------------------------------\n\nIf you are not familiar with Ruby, Python, Typescript, or Javascript, or if your company uses a different programming language, you can generate a client SDK in the language of your choice using the \"legacy\" mode of Looker's SDK codegen project. Instructions for doing so can be found in Looker's [SDK Codegen GitHub repository](https://github.com/looker-open-source/sdk-codegen)."]]