Are there service hooks for github wiki repos? Is there some other mechanism that github provides for me to track wiki edits?
|
feedback
|
|
Push approach: Within the GitHub API documentation, you can find documentation about setting up service hooks which can be triggered for one or more events. The JSON based pull approach: You can also leverage the Events HTTP API to retreive a JSON formated output of what happens on GitHub, then apply some filtering in order to isolate the events of type Below a quick JQuery based sample
Atom based pull approach: Last but not least, you can subscribe to the wiki changes atom feed. Go to the GitHub Wiki section of the repository, select the
| |||
feedback
|
