Uses of Class
io.github.coho04.githubapi.entities.repositories.GHFile
Packages that use GHFile
-
Uses of GHFile in io.github.coho04.githubapi.entities.repositories
Methods in io.github.coho04.githubapi.entities.repositories that return types with arguments of type GHFileModifier and TypeMethodDescriptionGHRepository.getDirectoryContent
(String path) Fetches the content of the directory at the given path in this repository.GHRepository.getDirectoryContentWithFileContent
(String path) Fetches the content of the directory at the given path in this repository, including the content of each file.