Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[egit-dev] contentService.getContents(repository) returns null content

Hello, it appears using the function contentService.getContents(repository) to get contents of all files in the repository doesn't actually get the raw content. Looking at the GitHub API I can see the content field is missing when a directory is requested but is present when only one file is requested. Is this a missing feature in this Java implementation? Or on purpose? It would be possible to add contents using the download_url field. Thanks for your help.

Back to the top