Skip to content

Files

Latest commit

 

History

History

extension-api-explorer

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Jun 2, 2023
Jan 2, 2024
Jan 2, 2024
Mar 12, 2025
Jan 2, 2024
Jun 28, 2024
Mar 12, 2025
Jun 27, 2020
Jan 2, 2024
Jan 2, 2024

Using the Looker API Explorer as an extension

The API Explorer extension can be manually installed and run with a Looker instance using the following steps:

  1. create a new LookML project called apix
  2. create a new model. In apix.model, put:
    connection: "<any valid connection name>"
  3. Use the contents of the linked manifest.lkml as the project's manifest.lkml. The http://localhost:30000 url is for the optional API Explorer file server
  4. save all changes and deploy to production
  5. in the root of sdk-codegen:
yarn && yarn build && yarn dev:xapix
  1. on the Looker web page, click Browse|API Explorer to view the API Explorer