Skip to content

Latest commit

 

History

History
48 lines (36 loc) · 1.15 KB

getLargeFiles.md

File metadata and controls

48 lines (36 loc) · 1.15 KB
name example route scope type
Get large files
octokit.rest.migrations.getLargeFiles({ owner, repo })
GET /repos/{owner}/{repo}/import/large_files
migrations
API method

Get large files

This method is deprecated.

List files larger than 100MB found during the import

Warning: Due to very low levels of usage and available alternatives, this endpoint is deprecated and will no longer be available from 00:00 UTC on April 12, 2024. For more details and alternatives, see the changelog.

octokit.rest.migrations.getLargeFiles({
  owner,
  repo,
});

Parameters

name required description
owneryes

The account owner of the repository. The name is not case sensitive.

repoyes

The name of the repository without the .git extension. The name is not case sensitive.

See also: GitHub Developer Guide documentation.