Get large files
Deprecated GET
/repos/{owner}/{repo}/import/large_files https://api.github.com
List files larger than 100MB found during the import
[!WARNING] Endpoint closing down notice: Due to very low levels of usage and available alternatives, this endpoint is closing down and will no longer be available from 00:00 UTC on April 12, 2024. For more details and alternatives, see the changelog.
Parameters
path Path Parameters
| Name | Type |
|---|---|
owner
required
The account owner of the repository. The name is not case sensitive. | string |
repo
required
The name of the repository without the | string |
Responses
200 application/json
Response
interface PorterLargeFile {
ref_name: string;
path: string;
oid: string;
size: number;
}[]
ref_name: string;
path: string;
oid: string;
size: number;
}[]
Server Errors
503 application/json
Unavailable due to service under maintenance.
interface BasicError {
message?: string;
documentation_url?: string;
url?: string;
status?: string;
}
message?: string;
documentation_url?: string;
url?: string;
status?: string;
}