Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

getReadme its outdated #99

Closed
patriq opened this issue Jun 11, 2014 · 2 comments
Closed

getReadme its outdated #99

patriq opened this issue Jun 11, 2014 · 2 comments

Comments

@patriq
Copy link

patriq commented Jun 11, 2014

You either use this:
/repos/:owner/:repo/readme

Or you just change it to this:

GHContent getReadme(){
return getFileContent("README.md");
}

@farmdawgnation
Copy link
Contributor

The latter is not a good idea, as it will only work for markdown readmes. For whatever reason there are people who prefer things like txt or... gasp... orgmode.

@vbauer
Copy link

vbauer commented Jan 24, 2015

👍 Sorry for duplicated issue, I use workaround #150 to fetch HTML variant of README file.

kohsuke added a commit that referenced this issue Feb 15, 2015
It was calling the wrong endpoint.
Fixed issue #99.
@kohsuke kohsuke closed this as completed Feb 15, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants