research-lightdash-api

Research Lightdash API endpoints and verify request and response schemas.

16|5|Updated Jul 19, 2023
One-click install
npx skills add https://github.com/ubie-oss/terraform-provider-lightdash --skill research-lightdash-api
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: research-lightdash-api
Source: https://github.com/ubie-oss/terraform-provider-lightdash/tree/main/.claude/skills/research-lightdash-api
Command: npx skills add https://github.com/ubie-oss/terraform-provider-lightdash --skill research-lightdash-api

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps engineers and teams understand Lightdash API endpoints by researching official docs and validating live responses to produce accurate request and response schemas.

Core Features & Use Cases

  • Documentation research to identify endpoint details, required parameters, and response structure.
  • Live verification against a running Lightdash instance to confirm real-world behavior and envelope formats.
  • Model mapping & integration planning to draft data models and integration tests from verified schemas.

Quick Start

Provide the endpoint, HTTP method, and optional docs URL, then let the skill guide you through documentation research and live verification.

Frequently Asked Questions about research-lightdash-api

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I map Lightdash API endpoints and verify their request parameters?

To map Lightdash API endpoints, you research official documentation to identify required request parameters and then perform live verification against a running instance to confirm real-world response schemas.

What is the best way to validate Lightdash API response schemas during integration?

The best way to validate Lightdash API response schemas is by performing live verification against your running Lightdash instance, confirming envelope formats and real-world behavior before drafting model mappings.

How does live verification work for Lightdash API endpoint schemas?

Live verification for Lightdash API schemas works by sending requests to a running Lightdash instance, analyzing the actual response envelopes returned, and comparing them against official documentation to ensure structural accuracy.

Can I draft data models directly from Lightdash API documentation?

You can draft data models from Lightdash API documentation by identifying endpoint details and response structures, but live verification against your instance is recommended to ensure accurate model mapping and integration testing.

Why does my Lightdash API integration fail due to mismatched response envelopes?

Lightdash API integrations often fail due to mismatched response envelopes when documentation is outdated, making live verification against your running instance necessary to confirm the actual response schema structure.