Is it possible to get wiki content in github using github api

Checked https://developer.github.com/v3/

I can not find any api that can get the contents of the github wiki?

+7
github api wiki
source share
1 answer

You can use wiki as a separate Git repository at the URL - https://github.com/user/project.wiki.git

More here

+4
source share

All Articles