Resolves the flattened file tree for an agent or skill repository at a specific.
func (
r *RepoDirectoryService) List(ctx context.Context,
owner string,
repo string,
query RepoDirectoryListParams,
opts ...option.RequestOption) (res *RepoDirectoryListResponse,
err error
)Resolves the flattened file tree for an agent or skill repository at a specific commit, tag, or latest.
| Name | Type | Description |
|---|---|---|
ctx* | context.Context | |
owner* | string | |
repo* | string | |
query* | RepoDirectoryListParams | |
opts* | ...option.RequestOption |