slapperwan / gh4a

Github client for Android
Apache License 2.0
1.7k stars 221 forks source link

Wiki support #317

Open taltstidl opened 8 years ago

taltstidl commented 8 years ago

It would be nice if OctoDroid would fully support repository wikis as in the web interface.

I'm aware that there is a recent wiki updates link, however it doesn't seem to support private repositories and is somewhat of limited use. From what I know one can access the wiki by appending ".wiki" to the repository name and fetching the wiki in the same way one does with normal repositories (this goes for both files and changes/commits), haven't tested that though.

Thanks for the nice app!

maniac103 commented 8 years ago

Looks like accessing the wiki as git repo is not wired to the API:

curl https://api.github.com/repos/k9mail/k-9.wiki { "message": "Not Found", "documentation_url": "https://developer.github.com/v3" }

taltstidl commented 8 years ago

Oh well, thanks for checking! :smiley: