/usr/share/doc/libghc-github-doc/html/GitHub-Endpoints-Activity-Events.html is in libghc-github-doc 0.16.0-1build4.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>GitHub.Endpoints.Activity.Events</title><link href="ocean.css" rel="stylesheet" type="text/css" title="Ocean" /><script src="haddock-util.js" type="text/javascript"></script><script src="file:///usr/share/javascript/mathjax/MathJax.js" type="text/javascript"></script><script type="text/javascript">//<![CDATA[
window.onload = function () {pageLoad();setSynopsis("mini_GitHub-Endpoints-Activity-Events.html");};
//]]>
</script></head><body><div id="package-header"><ul class="links" id="page-menu"><li><a href="src/GitHub-Endpoints-Activity-Events.html">Source</a></li><li><a href="index.html">Contents</a></li><li><a href="doc-index.html">Index</a></li></ul><p class="caption">github-0.16.0: Access to the GitHub API, v3.</p></div><div id="content"><div id="module-header"><table class="info"><tr><th>License</th><td>BSD-3-Clause</td></tr><tr><th>Maintainer</th><td>Oleg Grenrus <oleg.grenrus@iki.fi></td></tr><tr><th>Safe Haskell</th><td>None</td></tr><tr><th>Language</th><td>Haskell2010</td></tr></table><p class="caption">GitHub.Endpoints.Activity.Events</p></div><div id="table-of-contents"><p class="caption">Contents</p><ul><li><a href="#g:1">Events</a></li></ul></div><div id="description"><p class="caption">Description</p><div class="doc"><p>The events API as described on <a href="https://developer.github.com/v3/activity/events/">https://developer.github.com/v3/activity/events/</a>.</p></div></div><div id="synopsis"><p id="control.syn" class="caption expander" onclick="toggleSection('syn')">Synopsis</p><ul id="section.syn" class="hide" onclick="toggleSection('syn')"><li class="src short"><a href="#v:repositoryEventsR">repositoryEventsR</a> :: <a href="GitHub-Data-Name.html#t:Name">Name</a> <a href="GitHub-Data-Definitions.html#t:Owner">Owner</a> -> <a href="GitHub-Data-Name.html#t:Name">Name</a> <a href="GitHub-Data-Repos.html#t:Repo">Repo</a> -> <a href="GitHub-Data-Request.html#t:FetchCount">FetchCount</a> -> <a href="GitHub-Data-Request.html#t:Request">Request</a> <a href="GitHub-Data-Request.html#v:RO">RO</a> (<a href="GitHub-Internal-Prelude.html#t:Vector">Vector</a> <a href="GitHub-Data-Events.html#t:Event">Event</a>)</li><li class="src short"><a href="#v:userEventsR">userEventsR</a> :: <a href="GitHub-Data-Name.html#t:Name">Name</a> <a href="GitHub-Data-Definitions.html#t:User">User</a> -> <a href="GitHub-Data-Request.html#t:FetchCount">FetchCount</a> -> <a href="GitHub-Data-Request.html#t:Request">Request</a> <a href="GitHub-Data-Request.html#v:RO">RO</a> (<a href="GitHub-Internal-Prelude.html#t:Vector">Vector</a> <a href="GitHub-Data-Events.html#t:Event">Event</a>)</li><li class="src short">module <a href="GitHub-Data.html">GitHub.Data</a></li></ul></div><div id="interface"><h1 id="g:1">Events</h1><div class="top"><p class="src"><a id="v:repositoryEventsR" class="def">repositoryEventsR</a> :: <a href="GitHub-Data-Name.html#t:Name">Name</a> <a href="GitHub-Data-Definitions.html#t:Owner">Owner</a> -> <a href="GitHub-Data-Name.html#t:Name">Name</a> <a href="GitHub-Data-Repos.html#t:Repo">Repo</a> -> <a href="GitHub-Data-Request.html#t:FetchCount">FetchCount</a> -> <a href="GitHub-Data-Request.html#t:Request">Request</a> <a href="GitHub-Data-Request.html#v:RO">RO</a> (<a href="GitHub-Internal-Prelude.html#t:Vector">Vector</a> <a href="GitHub-Data-Events.html#t:Event">Event</a>) <a href="src/GitHub-Endpoints-Activity-Events.html#repositoryEventsR" class="link">Source</a> <a href="#v:repositoryEventsR" class="selflink">#</a></p><div class="doc"><p>List repository events.
See <a href="https://developer.github.com/v3/activity/events/#list-repository-events">https://developer.github.com/v3/activity/events/#list-repository-events</a></p></div></div><div class="top"><p class="src"><a id="v:userEventsR" class="def">userEventsR</a> :: <a href="GitHub-Data-Name.html#t:Name">Name</a> <a href="GitHub-Data-Definitions.html#t:User">User</a> -> <a href="GitHub-Data-Request.html#t:FetchCount">FetchCount</a> -> <a href="GitHub-Data-Request.html#t:Request">Request</a> <a href="GitHub-Data-Request.html#v:RO">RO</a> (<a href="GitHub-Internal-Prelude.html#t:Vector">Vector</a> <a href="GitHub-Data-Events.html#t:Event">Event</a>) <a href="src/GitHub-Endpoints-Activity-Events.html#userEventsR" class="link">Source</a> <a href="#v:userEventsR" class="selflink">#</a></p><div class="doc"><p>List user public events.
See <a href="https://developer.github.com/v3/activity/events/#list-public-events-performed-by-a-user">https://developer.github.com/v3/activity/events/#list-public-events-performed-by-a-user</a></p></div></div><div class="top"><p class="src">module <a href="GitHub-Data.html">GitHub.Data</a></p></div></div></div><div id="footer"><p>Produced by <a href="http://www.haskell.org/haddock/">Haddock</a> version 2.17.3</p></div></body></html>
|