You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
You either use this:
/repos/:owner/:repo/readme
Or you just change it to this:
GHContent getReadme(){
return getFileContent("README.md");
}
The text was updated successfully, but these errors were encountered: