provider Insights repositories (beta) GET
/api/v2/engineering-insights/repositories @utdk/launchdarkly
/api/v2/engineering-insights/repositories List repositories
Get a list of repositories
### Expanding the repository collection response
LaunchDarkly supports expanding the repository collection response to include additional fields.
To expand the response, append the `expand` query parameter and include the following:
* `projects` includes details on all of the LaunchDarkly projects associated with each repository
For example, use `?expand=projects` to include the `projects` field in the response. By default, this field is **not** included in the response.
- expand query
- Expand properties in response. Options: `projects`
- string
Try it
Authentication
Configure credentials for LaunchDarkly REST API
Gateway
The gateway proxies requests and injects credentials server-side. Configure credentials above, then enter your gateway URL.
Saved automatically to browser storage.
Code snippet
Updates live as you fill in the form above.
TypeScript
import launchdarkly from '@utdk/launchdarkly';
await launchdarkly.getinsightsrepositories()