/usr/share/doc/libghc-github-doc/html/Github-Repos.html is in libghc-github-doc 0.8-1.
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 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 | <!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.Repos</title><link href="ocean.css" rel="stylesheet" type="text/css" title="Ocean" /><script src="haddock-util.js" type="text/javascript"></script><script type="text/javascript">//<![CDATA[
window.onload = function () {pageLoad();setSynopsis("mini_Github-Repos.html");};
//]]>
</script></head><body><div id="package-header"><ul class="links" id="page-menu"><li><a href="src/Github-Repos.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.8: Access to the Github API, v3.</p></div><div id="content"><div id="module-header"><table class="info"><tr><th>Safe Haskell</th><td>None</td></tr></table><p class="caption">Github.Repos</p></div><div id="table-of-contents"><p class="caption">Contents</p><ul><li><a href="#g:1">Querying repositories
</a></li><li><a href="#g:2">Modifying repositories
</a><ul><li><a href="#g:3">Create
</a></li><li><a href="#g:4">Edit
</a></li><li><a href="#g:5">Delete
</a></li></ul></li></ul></div><div id="description"><p class="caption">Description</p><div class="doc"><p>The Github Repos API, as documented at
<a href="http://developer.github.com/v3/repos/">http://developer.github.com/v3/repos/</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:userRepos">userRepos</a> :: <a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/Data-String.html#t:String">String</a> -> <a href="Github-Repos.html#t:RepoPublicity">RepoPublicity</a> -> <a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/System-IO.html#t:IO">IO</a> (<a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/Data-Either.html#t:Either">Either</a> <a href="Github-Data-Definitions.html#t:Error">Error</a> [<a href="Github-Data-Definitions.html#t:Repo">Repo</a>])</li><li class="src short"><a href="#v:userRepos-39-">userRepos'</a> :: <a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/Data-Maybe.html#t:Maybe">Maybe</a> <a href="Github-Repos.html#t:GithubAuth">GithubAuth</a> -> <a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/Data-String.html#t:String">String</a> -> <a href="Github-Repos.html#t:RepoPublicity">RepoPublicity</a> -> <a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/System-IO.html#t:IO">IO</a> (<a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/Data-Either.html#t:Either">Either</a> <a href="Github-Data-Definitions.html#t:Error">Error</a> [<a href="Github-Data-Definitions.html#t:Repo">Repo</a>])</li><li class="src short"><a href="#v:userRepo">userRepo</a> :: <a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/Data-String.html#t:String">String</a> -> <a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/Data-String.html#t:String">String</a> -> <a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/System-IO.html#t:IO">IO</a> (<a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/Data-Either.html#t:Either">Either</a> <a href="Github-Data-Definitions.html#t:Error">Error</a> <a href="Github-Data-Definitions.html#t:Repo">Repo</a>)</li><li class="src short"><a href="#v:userRepo-39-">userRepo'</a> :: <a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/Data-Maybe.html#t:Maybe">Maybe</a> <a href="Github-Repos.html#t:GithubAuth">GithubAuth</a> -> <a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/Data-String.html#t:String">String</a> -> <a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/Data-String.html#t:String">String</a> -> <a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/System-IO.html#t:IO">IO</a> (<a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/Data-Either.html#t:Either">Either</a> <a href="Github-Data-Definitions.html#t:Error">Error</a> <a href="Github-Data-Definitions.html#t:Repo">Repo</a>)</li><li class="src short"><a href="#v:organizationRepos">organizationRepos</a> :: <a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/Data-String.html#t:String">String</a> -> <a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/System-IO.html#t:IO">IO</a> (<a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/Data-Either.html#t:Either">Either</a> <a href="Github-Data-Definitions.html#t:Error">Error</a> [<a href="Github-Data-Definitions.html#t:Repo">Repo</a>])</li><li class="src short"><a href="#v:organizationRepos-39-">organizationRepos'</a> :: <a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/Data-Maybe.html#t:Maybe">Maybe</a> <a href="Github-Repos.html#t:GithubAuth">GithubAuth</a> -> <a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/Data-String.html#t:String">String</a> -> <a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/System-IO.html#t:IO">IO</a> (<a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/Data-Either.html#t:Either">Either</a> <a href="Github-Data-Definitions.html#t:Error">Error</a> [<a href="Github-Data-Definitions.html#t:Repo">Repo</a>])</li><li class="src short"><a href="#v:organizationRepo">organizationRepo</a> :: <a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/Data-String.html#t:String">String</a> -> <a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/Data-String.html#t:String">String</a> -> <a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/System-IO.html#t:IO">IO</a> (<a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/Data-Either.html#t:Either">Either</a> <a href="Github-Data-Definitions.html#t:Error">Error</a> <a href="Github-Data-Definitions.html#t:Repo">Repo</a>)</li><li class="src short"><a href="#v:organizationRepo-39-">organizationRepo'</a> :: <a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/Data-Maybe.html#t:Maybe">Maybe</a> <a href="Github-Repos.html#t:GithubAuth">GithubAuth</a> -> <a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/Data-String.html#t:String">String</a> -> <a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/Data-String.html#t:String">String</a> -> <a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/System-IO.html#t:IO">IO</a> (<a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/Data-Either.html#t:Either">Either</a> <a href="Github-Data-Definitions.html#t:Error">Error</a> <a href="Github-Data-Definitions.html#t:Repo">Repo</a>)</li><li class="src short"><a href="#v:contributors">contributors</a> :: <a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/Data-String.html#t:String">String</a> -> <a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/Data-String.html#t:String">String</a> -> <a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/System-IO.html#t:IO">IO</a> (<a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/Data-Either.html#t:Either">Either</a> <a href="Github-Data-Definitions.html#t:Error">Error</a> [<a href="Github-Data-Definitions.html#t:Contributor">Contributor</a>])</li><li class="src short"><a href="#v:contributorsWithAnonymous">contributorsWithAnonymous</a> :: <a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/Data-String.html#t:String">String</a> -> <a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/Data-String.html#t:String">String</a> -> <a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/System-IO.html#t:IO">IO</a> (<a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/Data-Either.html#t:Either">Either</a> <a href="Github-Data-Definitions.html#t:Error">Error</a> [<a href="Github-Data-Definitions.html#t:Contributor">Contributor</a>])</li><li class="src short"><a href="#v:languagesFor">languagesFor</a> :: <a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/Data-String.html#t:String">String</a> -> <a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/Data-String.html#t:String">String</a> -> <a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/System-IO.html#t:IO">IO</a> (<a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/Data-Either.html#t:Either">Either</a> <a href="Github-Data-Definitions.html#t:Error">Error</a> [<a href="Github-Data-Definitions.html#t:Language">Language</a>])</li><li class="src short"><a href="#v:tagsFor">tagsFor</a> :: <a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/Data-String.html#t:String">String</a> -> <a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/Data-String.html#t:String">String</a> -> <a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/System-IO.html#t:IO">IO</a> (<a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/Data-Either.html#t:Either">Either</a> <a href="Github-Data-Definitions.html#t:Error">Error</a> [<a href="Github-Data-Definitions.html#t:Tag">Tag</a>])</li><li class="src short"><a href="#v:branchesFor">branchesFor</a> :: <a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/Data-String.html#t:String">String</a> -> <a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/Data-String.html#t:String">String</a> -> <a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/System-IO.html#t:IO">IO</a> (<a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/Data-Either.html#t:Either">Either</a> <a href="Github-Data-Definitions.html#t:Error">Error</a> [<a href="Github-Data-Definitions.html#t:Branch">Branch</a>])</li><li class="src short">module <a href="Github-Data.html">Github.Data</a></li><li class="src short"><span class="keyword">data</span> <a href="#t:RepoPublicity">RepoPublicity</a> <ul class="subs"><li>= <a href="#v:All">All</a> </li><li>| <a href="#v:Owner">Owner</a> </li><li>| <a href="#v:Public">Public</a> </li><li>| <a href="#v:Private">Private</a> </li><li>| <a href="#v:Member">Member</a> </li></ul></li><li class="src short"><span class="keyword">data</span> <a href="#t:GithubAuth">GithubAuth</a> <ul class="subs"><li>= <a href="#v:GithubBasicAuth">GithubBasicAuth</a> <a href="/usr/share/doc/ghc-doc/html/libraries/bytestring-0.10.0.2/Data-ByteString.html#t:ByteString">ByteString</a> <a href="/usr/share/doc/ghc-doc/html/libraries/bytestring-0.10.0.2/Data-ByteString.html#t:ByteString">ByteString</a> </li><li>| <a href="#v:GithubOAuth">GithubOAuth</a> <a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/Data-String.html#t:String">String</a> </li></ul></li><li class="src short"><a href="#v:createRepo">createRepo</a> :: <a href="Github-Repos.html#t:GithubAuth">GithubAuth</a> -> <a href="Github-Repos.html#t:NewRepo">NewRepo</a> -> <a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/System-IO.html#t:IO">IO</a> (<a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/Data-Either.html#t:Either">Either</a> <a href="Github-Data-Definitions.html#t:Error">Error</a> <a href="Github-Data-Definitions.html#t:Repo">Repo</a>)</li><li class="src short"><a href="#v:createOrganizationRepo">createOrganizationRepo</a> :: <a href="Github-Repos.html#t:GithubAuth">GithubAuth</a> -> <a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/Data-String.html#t:String">String</a> -> <a href="Github-Repos.html#t:NewRepo">NewRepo</a> -> <a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/System-IO.html#t:IO">IO</a> (<a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/Data-Either.html#t:Either">Either</a> <a href="Github-Data-Definitions.html#t:Error">Error</a> <a href="Github-Data-Definitions.html#t:Repo">Repo</a>)</li><li class="src short"><a href="#v:newRepo">newRepo</a> :: <a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/Data-String.html#t:String">String</a> -> <a href="Github-Repos.html#t:NewRepo">NewRepo</a></li><li class="src short"><span class="keyword">data</span> <a href="#t:NewRepo">NewRepo</a> = <a href="#v:NewRepo">NewRepo</a> {<ul class="subs"><li><a href="#v:newRepoName">newRepoName</a> :: <a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/Data-String.html#t:String">String</a></li><li><a href="#v:newRepoDescription">newRepoDescription</a> :: <a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/Data-Maybe.html#t:Maybe">Maybe</a> <a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/Data-String.html#t:String">String</a></li><li><a href="#v:newRepoHomepage">newRepoHomepage</a> :: <a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/Data-Maybe.html#t:Maybe">Maybe</a> <a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/Data-String.html#t:String">String</a></li><li><a href="#v:newRepoPrivate">newRepoPrivate</a> :: <a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/Data-Maybe.html#t:Maybe">Maybe</a> <a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/Data-Bool.html#t:Bool">Bool</a></li><li><a href="#v:newRepoHasIssues">newRepoHasIssues</a> :: <a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/Data-Maybe.html#t:Maybe">Maybe</a> <a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/Data-Bool.html#t:Bool">Bool</a></li><li><a href="#v:newRepoHasWiki">newRepoHasWiki</a> :: <a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/Data-Maybe.html#t:Maybe">Maybe</a> <a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/Data-Bool.html#t:Bool">Bool</a></li><li><a href="#v:newRepoAutoInit">newRepoAutoInit</a> :: <a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/Data-Maybe.html#t:Maybe">Maybe</a> <a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/Data-Bool.html#t:Bool">Bool</a></li></ul>}</li><li class="src short"><a href="#v:editRepo">editRepo</a> :: <a href="Github-Repos.html#t:GithubAuth">GithubAuth</a> -> <a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/Data-String.html#t:String">String</a> -> <a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/Data-String.html#t:String">String</a> -> <a href="Github-Repos.html#t:Edit">Edit</a> -> <a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/System-IO.html#t:IO">IO</a> (<a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/Data-Either.html#t:Either">Either</a> <a href="Github-Data-Definitions.html#t:Error">Error</a> <a href="Github-Data-Definitions.html#t:Repo">Repo</a>)</li><li class="src short"><a href="#v:def">def</a> :: Default a => a</li><li class="src short"><span class="keyword">data</span> <a href="#t:Edit">Edit</a> = <a href="#v:Edit">Edit</a> {<ul class="subs"><li><a href="#v:editName">editName</a> :: <a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/Data-Maybe.html#t:Maybe">Maybe</a> <a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/Data-String.html#t:String">String</a></li><li><a href="#v:editDescription">editDescription</a> :: <a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/Data-Maybe.html#t:Maybe">Maybe</a> <a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/Data-String.html#t:String">String</a></li><li><a href="#v:editHomepage">editHomepage</a> :: <a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/Data-Maybe.html#t:Maybe">Maybe</a> <a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/Data-String.html#t:String">String</a></li><li><a href="#v:editPublic">editPublic</a> :: <a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/Data-Maybe.html#t:Maybe">Maybe</a> <a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/Data-Bool.html#t:Bool">Bool</a></li><li><a href="#v:editHasIssues">editHasIssues</a> :: <a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/Data-Maybe.html#t:Maybe">Maybe</a> <a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/Data-Bool.html#t:Bool">Bool</a></li><li><a href="#v:editHasWiki">editHasWiki</a> :: <a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/Data-Maybe.html#t:Maybe">Maybe</a> <a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/Data-Bool.html#t:Bool">Bool</a></li><li><a href="#v:editHasDownloads">editHasDownloads</a> :: <a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/Data-Maybe.html#t:Maybe">Maybe</a> <a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/Data-Bool.html#t:Bool">Bool</a></li></ul>}</li><li class="src short"><a href="#v:deleteRepo">deleteRepo</a> :: <a href="Github-Repos.html#t:GithubAuth">GithubAuth</a> -> <a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/Data-String.html#t:String">String</a> -> <a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/Data-String.html#t:String">String</a> -> <a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/System-IO.html#t:IO">IO</a> (<a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/Data-Either.html#t:Either">Either</a> <a href="Github-Data-Definitions.html#t:Error">Error</a> ())</li></ul></div><div id="interface"><h1 id="g:1">Querying repositories
</h1><div class="top"><p class="src"><a name="v:userRepos" class="def">userRepos</a> :: <a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/Data-String.html#t:String">String</a> -> <a href="Github-Repos.html#t:RepoPublicity">RepoPublicity</a> -> <a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/System-IO.html#t:IO">IO</a> (<a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/Data-Either.html#t:Either">Either</a> <a href="Github-Data-Definitions.html#t:Error">Error</a> [<a href="Github-Data-Definitions.html#t:Repo">Repo</a>])<a href="src/Github-Repos.html#userRepos" class="link">Source</a></p><div class="doc"><p>The repos for a user, by their login. Can be restricted to just repos they
own, are a member of, or publicize. Private repos are currently not
supported.
</p><pre> userRepos "mike-burns" All
</pre></div></div><div class="top"><p class="src"><a name="v:userRepos-39-" class="def">userRepos'</a> :: <a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/Data-Maybe.html#t:Maybe">Maybe</a> <a href="Github-Repos.html#t:GithubAuth">GithubAuth</a> -> <a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/Data-String.html#t:String">String</a> -> <a href="Github-Repos.html#t:RepoPublicity">RepoPublicity</a> -> <a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/System-IO.html#t:IO">IO</a> (<a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/Data-Either.html#t:Either">Either</a> <a href="Github-Data-Definitions.html#t:Error">Error</a> [<a href="Github-Data-Definitions.html#t:Repo">Repo</a>])<a href="src/Github-Repos.html#userRepos%27" class="link">Source</a></p><div class="doc"><p>The repos for a user, by their login.
| With authentication, but note that private repos are currently not supported.
</p><pre> userRepos' (Just (GithubUser (user, password))) "mike-burns" All
</pre></div></div><div class="top"><p class="src"><a name="v:userRepo" class="def">userRepo</a> :: <a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/Data-String.html#t:String">String</a> -> <a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/Data-String.html#t:String">String</a> -> <a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/System-IO.html#t:IO">IO</a> (<a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/Data-Either.html#t:Either">Either</a> <a href="Github-Data-Definitions.html#t:Error">Error</a> <a href="Github-Data-Definitions.html#t:Repo">Repo</a>)<a href="src/Github-Repos.html#userRepo" class="link">Source</a></p><div class="doc"><p>Details on a specific repo, given the owner and repo name.
</p><pre> userRepo "mike-burns" "github"
</pre></div></div><div class="top"><p class="src"><a name="v:userRepo-39-" class="def">userRepo'</a> :: <a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/Data-Maybe.html#t:Maybe">Maybe</a> <a href="Github-Repos.html#t:GithubAuth">GithubAuth</a> -> <a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/Data-String.html#t:String">String</a> -> <a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/Data-String.html#t:String">String</a> -> <a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/System-IO.html#t:IO">IO</a> (<a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/Data-Either.html#t:Either">Either</a> <a href="Github-Data-Definitions.html#t:Error">Error</a> <a href="Github-Data-Definitions.html#t:Repo">Repo</a>)<a href="src/Github-Repos.html#userRepo%27" class="link">Source</a></p><div class="doc"><p>Details on a specific repo, given the owner and repo name.
| With authentication
</p><pre> userRepo' (Just (GithubUser (user, password))) "mike-burns" "github"
</pre></div></div><div class="top"><p class="src"><a name="v:organizationRepos" class="def">organizationRepos</a> :: <a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/Data-String.html#t:String">String</a> -> <a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/System-IO.html#t:IO">IO</a> (<a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/Data-Either.html#t:Either">Either</a> <a href="Github-Data-Definitions.html#t:Error">Error</a> [<a href="Github-Data-Definitions.html#t:Repo">Repo</a>])<a href="src/Github-Repos.html#organizationRepos" class="link">Source</a></p><div class="doc"><p>The repos for an organization, by the organization name.
</p><pre> organizationRepos "thoughtbot"
</pre></div></div><div class="top"><p class="src"><a name="v:organizationRepos-39-" class="def">organizationRepos'</a> :: <a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/Data-Maybe.html#t:Maybe">Maybe</a> <a href="Github-Repos.html#t:GithubAuth">GithubAuth</a> -> <a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/Data-String.html#t:String">String</a> -> <a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/System-IO.html#t:IO">IO</a> (<a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/Data-Either.html#t:Either">Either</a> <a href="Github-Data-Definitions.html#t:Error">Error</a> [<a href="Github-Data-Definitions.html#t:Repo">Repo</a>])<a href="src/Github-Repos.html#organizationRepos%27" class="link">Source</a></p><div class="doc"><p>The repos for an organization, by the organization name.
| With authentication
</p><pre> organizationRepos (Just (GithubUser (user, password))) "thoughtbot"
</pre></div></div><div class="top"><p class="src"><a name="v:organizationRepo" class="def">organizationRepo</a> :: <a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/Data-String.html#t:String">String</a> -> <a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/Data-String.html#t:String">String</a> -> <a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/System-IO.html#t:IO">IO</a> (<a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/Data-Either.html#t:Either">Either</a> <a href="Github-Data-Definitions.html#t:Error">Error</a> <a href="Github-Data-Definitions.html#t:Repo">Repo</a>)<a href="src/Github-Repos.html#organizationRepo" class="link">Source</a></p><div class="doc"><p>A specific organization repo, by the organization name.
</p><pre> organizationRepo "thoughtbot" "github"
</pre></div></div><div class="top"><p class="src"><a name="v:organizationRepo-39-" class="def">organizationRepo'</a> :: <a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/Data-Maybe.html#t:Maybe">Maybe</a> <a href="Github-Repos.html#t:GithubAuth">GithubAuth</a> -> <a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/Data-String.html#t:String">String</a> -> <a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/Data-String.html#t:String">String</a> -> <a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/System-IO.html#t:IO">IO</a> (<a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/Data-Either.html#t:Either">Either</a> <a href="Github-Data-Definitions.html#t:Error">Error</a> <a href="Github-Data-Definitions.html#t:Repo">Repo</a>)<a href="src/Github-Repos.html#organizationRepo%27" class="link">Source</a></p><div class="doc"><p>A specific organization repo, by the organization name.
| With authentication
</p><pre> organizationRepo (Just (GithubUser (user, password))) "thoughtbot" "github"
</pre></div></div><div class="top"><p class="src"><a name="v:contributors" class="def">contributors</a> :: <a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/Data-String.html#t:String">String</a> -> <a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/Data-String.html#t:String">String</a> -> <a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/System-IO.html#t:IO">IO</a> (<a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/Data-Either.html#t:Either">Either</a> <a href="Github-Data-Definitions.html#t:Error">Error</a> [<a href="Github-Data-Definitions.html#t:Contributor">Contributor</a>])<a href="src/Github-Repos.html#contributors" class="link">Source</a></p><div class="doc"><p>The contributors to a repo, given the owner and repo name.
</p><pre> contributors "thoughtbot" "paperclip"
</pre></div></div><div class="top"><p class="src"><a name="v:contributorsWithAnonymous" class="def">contributorsWithAnonymous</a> :: <a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/Data-String.html#t:String">String</a> -> <a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/Data-String.html#t:String">String</a> -> <a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/System-IO.html#t:IO">IO</a> (<a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/Data-Either.html#t:Either">Either</a> <a href="Github-Data-Definitions.html#t:Error">Error</a> [<a href="Github-Data-Definitions.html#t:Contributor">Contributor</a>])<a href="src/Github-Repos.html#contributorsWithAnonymous" class="link">Source</a></p><div class="doc"><p>The contributors to a repo, including anonymous contributors (such as
deleted users or git commits with unknown email addresses), given the owner
and repo name.
</p><pre> contributorsWithAnonymous "thoughtbot" "paperclip"
</pre></div></div><div class="top"><p class="src"><a name="v:languagesFor" class="def">languagesFor</a> :: <a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/Data-String.html#t:String">String</a> -> <a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/Data-String.html#t:String">String</a> -> <a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/System-IO.html#t:IO">IO</a> (<a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/Data-Either.html#t:Either">Either</a> <a href="Github-Data-Definitions.html#t:Error">Error</a> [<a href="Github-Data-Definitions.html#t:Language">Language</a>])<a href="src/Github-Repos.html#languagesFor" class="link">Source</a></p><div class="doc"><p>The programming languages used in a repo along with the number of
characters written in that language. Takes the repo owner and name.
</p><pre> languagesFor "mike-burns" "ohlaunch"
</pre></div></div><div class="top"><p class="src"><a name="v:tagsFor" class="def">tagsFor</a> :: <a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/Data-String.html#t:String">String</a> -> <a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/Data-String.html#t:String">String</a> -> <a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/System-IO.html#t:IO">IO</a> (<a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/Data-Either.html#t:Either">Either</a> <a href="Github-Data-Definitions.html#t:Error">Error</a> [<a href="Github-Data-Definitions.html#t:Tag">Tag</a>])<a href="src/Github-Repos.html#tagsFor" class="link">Source</a></p><div class="doc"><p>The git tags on a repo, given the repo owner and name.
</p><pre> tagsFor "thoughtbot" "paperclip"
</pre></div></div><div class="top"><p class="src"><a name="v:branchesFor" class="def">branchesFor</a> :: <a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/Data-String.html#t:String">String</a> -> <a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/Data-String.html#t:String">String</a> -> <a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/System-IO.html#t:IO">IO</a> (<a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/Data-Either.html#t:Either">Either</a> <a href="Github-Data-Definitions.html#t:Error">Error</a> [<a href="Github-Data-Definitions.html#t:Branch">Branch</a>])<a href="src/Github-Repos.html#branchesFor" class="link">Source</a></p><div class="doc"><p>The git branches on a repo, given the repo owner and name.
</p><pre> branchesFor "thoughtbot" "paperclip"
</pre></div></div><div class="top"><p class="src">module <a href="Github-Data.html">Github.Data</a></p></div><div class="top"><p class="src"><span class="keyword">data</span> <a name="t:RepoPublicity" class="def">RepoPublicity</a> <a href="src/Github-Repos.html#RepoPublicity" class="link">Source</a></p><div class="doc"><p>Filter the list of the user's repos using any of these constructors.
</p></div><div class="subs constructors"><p class="caption">Constructors</p><table><tr><td class="src"><a name="v:All" class="def">All</a></td><td class="doc"><p>All repos accessible to the user.
</p></td></tr><tr><td class="src"><a name="v:Owner" class="def">Owner</a></td><td class="doc"><p>Only repos owned by the user.
</p></td></tr><tr><td class="src"><a name="v:Public" class="def">Public</a></td><td class="doc"><p>Only public repos.
</p></td></tr><tr><td class="src"><a name="v:Private" class="def">Private</a></td><td class="doc"><p>Only private repos.
</p></td></tr><tr><td class="src"><a name="v:Member" class="def">Member</a></td><td class="doc"><p>Only repos to which the user is a member but not an owner.
</p></td></tr></table></div><div class="subs instances"><p id="control.i:RepoPublicity" class="caption collapser" onclick="toggleSection('i:RepoPublicity')">Instances</p><div id="section.i:RepoPublicity" class="show"><table><tr><td class="src"><a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/Data-Eq.html#t:Eq">Eq</a> <a href="Github-Repos.html#t:RepoPublicity">RepoPublicity</a></td><td class="doc empty"> </td></tr><tr><td class="src"><a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/Text-Show.html#t:Show">Show</a> <a href="Github-Repos.html#t:RepoPublicity">RepoPublicity</a></td><td class="doc empty"> </td></tr></table></div></div></div><h1 id="g:2">Modifying repositories
</h1><div class="doc"><p>Only authenticated users may modify repositories.
</p></div><div class="top"><p class="src"><span class="keyword">data</span> <a name="t:GithubAuth" class="def">GithubAuth</a> <a href="src/Github-Private.html#GithubAuth" class="link">Source</a></p><div class="doc"><p>user/password for HTTP basic access authentication
</p></div><div class="subs constructors"><p class="caption">Constructors</p><table><tr><td class="src"><a name="v:GithubBasicAuth" class="def">GithubBasicAuth</a> <a href="/usr/share/doc/ghc-doc/html/libraries/bytestring-0.10.0.2/Data-ByteString.html#t:ByteString">ByteString</a> <a href="/usr/share/doc/ghc-doc/html/libraries/bytestring-0.10.0.2/Data-ByteString.html#t:ByteString">ByteString</a></td><td class="doc empty"> </td></tr><tr><td class="src"><a name="v:GithubOAuth" class="def">GithubOAuth</a> <a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/Data-String.html#t:String">String</a></td><td class="doc empty"> </td></tr></table></div><div class="subs instances"><p id="control.i:GithubAuth" class="caption collapser" onclick="toggleSection('i:GithubAuth')">Instances</p><div id="section.i:GithubAuth" class="show"><table><tr><td class="src"><a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/Data-Eq.html#t:Eq">Eq</a> <a href="Github-Repos.html#t:GithubAuth">GithubAuth</a></td><td class="doc empty"> </td></tr><tr><td class="src"><a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/Data-Data.html#t:Data">Data</a> <a href="Github-Repos.html#t:GithubAuth">GithubAuth</a></td><td class="doc empty"> </td></tr><tr><td class="src"><a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/Data-Ord.html#t:Ord">Ord</a> <a href="Github-Repos.html#t:GithubAuth">GithubAuth</a></td><td class="doc empty"> </td></tr><tr><td class="src"><a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/Text-Show.html#t:Show">Show</a> <a href="Github-Repos.html#t:GithubAuth">GithubAuth</a></td><td class="doc empty"> </td></tr><tr><td class="src"><a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/Data-Typeable-Internal.html#t:Typeable">Typeable</a> <a href="Github-Repos.html#t:GithubAuth">GithubAuth</a></td><td class="doc empty"> </td></tr></table></div></div></div><h2 id="g:3">Create
</h2><div class="top"><p class="src"><a name="v:createRepo" class="def">createRepo</a> :: <a href="Github-Repos.html#t:GithubAuth">GithubAuth</a> -> <a href="Github-Repos.html#t:NewRepo">NewRepo</a> -> <a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/System-IO.html#t:IO">IO</a> (<a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/Data-Either.html#t:Either">Either</a> <a href="Github-Data-Definitions.html#t:Error">Error</a> <a href="Github-Data-Definitions.html#t:Repo">Repo</a>)<a href="src/Github-Repos.html#createRepo" class="link">Source</a></p><div class="doc"><p>Create a new repository.
</p><pre> createRepo (GithubUser (user, password)) (newRepo "some_repo") {newRepoHasIssues = Just False}
</pre></div></div><div class="top"><p class="src"><a name="v:createOrganizationRepo" class="def">createOrganizationRepo</a> :: <a href="Github-Repos.html#t:GithubAuth">GithubAuth</a> -> <a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/Data-String.html#t:String">String</a> -> <a href="Github-Repos.html#t:NewRepo">NewRepo</a> -> <a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/System-IO.html#t:IO">IO</a> (<a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/Data-Either.html#t:Either">Either</a> <a href="Github-Data-Definitions.html#t:Error">Error</a> <a href="Github-Data-Definitions.html#t:Repo">Repo</a>)<a href="src/Github-Repos.html#createOrganizationRepo" class="link">Source</a></p><div class="doc"><p>Create a new repository for an organization.
</p><pre> createOrganizationRepo (GithubUser (user, password)) "thoughtbot" (newRepo "some_repo") {newRepoHasIssues = Just False}
</pre></div></div><div class="top"><p class="src"><a name="v:newRepo" class="def">newRepo</a> :: <a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/Data-String.html#t:String">String</a> -> <a href="Github-Repos.html#t:NewRepo">NewRepo</a><a href="src/Github-Repos.html#newRepo" class="link">Source</a></p></div><div class="top"><p class="src"><span class="keyword">data</span> <a name="t:NewRepo" class="def">NewRepo</a> <a href="src/Github-Repos.html#NewRepo" class="link">Source</a></p><div class="subs constructors"><p class="caption">Constructors</p><table><tr><td class="src"><a name="v:NewRepo" class="def">NewRepo</a></td><td class="doc empty"> </td></tr><tr><td colspan="2"><div class="subs fields"><p class="caption">Fields</p><dl><dt class="src"><a name="v:newRepoName" class="def">newRepoName</a> :: <a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/Data-String.html#t:String">String</a></dt><dd class="doc empty"> </dd><dt class="src"><a name="v:newRepoDescription" class="def">newRepoDescription</a> :: <a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/Data-Maybe.html#t:Maybe">Maybe</a> <a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/Data-String.html#t:String">String</a></dt><dd class="doc empty"> </dd><dt class="src"><a name="v:newRepoHomepage" class="def">newRepoHomepage</a> :: <a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/Data-Maybe.html#t:Maybe">Maybe</a> <a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/Data-String.html#t:String">String</a></dt><dd class="doc empty"> </dd><dt class="src"><a name="v:newRepoPrivate" class="def">newRepoPrivate</a> :: <a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/Data-Maybe.html#t:Maybe">Maybe</a> <a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/Data-Bool.html#t:Bool">Bool</a></dt><dd class="doc empty"> </dd><dt class="src"><a name="v:newRepoHasIssues" class="def">newRepoHasIssues</a> :: <a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/Data-Maybe.html#t:Maybe">Maybe</a> <a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/Data-Bool.html#t:Bool">Bool</a></dt><dd class="doc empty"> </dd><dt class="src"><a name="v:newRepoHasWiki" class="def">newRepoHasWiki</a> :: <a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/Data-Maybe.html#t:Maybe">Maybe</a> <a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/Data-Bool.html#t:Bool">Bool</a></dt><dd class="doc empty"> </dd><dt class="src"><a name="v:newRepoAutoInit" class="def">newRepoAutoInit</a> :: <a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/Data-Maybe.html#t:Maybe">Maybe</a> <a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/Data-Bool.html#t:Bool">Bool</a></dt><dd class="doc empty"> </dd></dl><div class="clear"></div></div></td></tr></table></div><div class="subs instances"><p id="control.i:NewRepo" class="caption collapser" onclick="toggleSection('i:NewRepo')">Instances</p><div id="section.i:NewRepo" class="show"><table><tr><td class="src"><a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/Text-Show.html#t:Show">Show</a> <a href="Github-Repos.html#t:NewRepo">NewRepo</a></td><td class="doc empty"> </td></tr><tr><td class="src"><a href="/usr/share/doc/libghc-aeson-doc/html/Data-Aeson-Types.html#t:ToJSON">ToJSON</a> <a href="Github-Repos.html#t:NewRepo">NewRepo</a></td><td class="doc empty"> </td></tr></table></div></div></div><h2 id="g:4">Edit
</h2><div class="top"><p class="src"><a name="v:editRepo" class="def">editRepo</a><a href="src/Github-Repos.html#editRepo" class="link">Source</a></p><div class="subs arguments"><p class="caption">Arguments</p><table><tr><td class="src">:: <a href="Github-Repos.html#t:GithubAuth">GithubAuth</a></td><td class="doc empty"> </td></tr><tr><td class="src">-> <a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/Data-String.html#t:String">String</a></td><td class="doc"><p>owner
</p></td></tr><tr><td class="src">-> <a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/Data-String.html#t:String">String</a></td><td class="doc"><p>repository name
</p></td></tr><tr><td class="src">-> <a href="Github-Repos.html#t:Edit">Edit</a></td><td class="doc empty"> </td></tr><tr><td class="src">-> <a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/System-IO.html#t:IO">IO</a> (<a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/Data-Either.html#t:Either">Either</a> <a href="Github-Data-Definitions.html#t:Error">Error</a> <a href="Github-Data-Definitions.html#t:Repo">Repo</a>)</td><td class="doc empty"> </td></tr></table></div><div class="doc"><p>Edit an existing repository.
</p><pre> editRepo (GithubUser (user, password)) "some_user" "some_repo" def {editDescription = Just "some description"}
</pre></div></div><div class="top"><p class="src"><a name="v:def" class="def">def</a> :: Default a => a</p></div><div class="top"><p class="src"><span class="keyword">data</span> <a name="t:Edit" class="def">Edit</a> <a href="src/Github-Repos.html#Edit" class="link">Source</a></p><div class="subs constructors"><p class="caption">Constructors</p><table><tr><td class="src"><a name="v:Edit" class="def">Edit</a></td><td class="doc empty"> </td></tr><tr><td colspan="2"><div class="subs fields"><p class="caption">Fields</p><dl><dt class="src"><a name="v:editName" class="def">editName</a> :: <a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/Data-Maybe.html#t:Maybe">Maybe</a> <a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/Data-String.html#t:String">String</a></dt><dd class="doc empty"> </dd><dt class="src"><a name="v:editDescription" class="def">editDescription</a> :: <a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/Data-Maybe.html#t:Maybe">Maybe</a> <a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/Data-String.html#t:String">String</a></dt><dd class="doc empty"> </dd><dt class="src"><a name="v:editHomepage" class="def">editHomepage</a> :: <a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/Data-Maybe.html#t:Maybe">Maybe</a> <a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/Data-String.html#t:String">String</a></dt><dd class="doc empty"> </dd><dt class="src"><a name="v:editPublic" class="def">editPublic</a> :: <a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/Data-Maybe.html#t:Maybe">Maybe</a> <a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/Data-Bool.html#t:Bool">Bool</a></dt><dd class="doc empty"> </dd><dt class="src"><a name="v:editHasIssues" class="def">editHasIssues</a> :: <a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/Data-Maybe.html#t:Maybe">Maybe</a> <a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/Data-Bool.html#t:Bool">Bool</a></dt><dd class="doc empty"> </dd><dt class="src"><a name="v:editHasWiki" class="def">editHasWiki</a> :: <a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/Data-Maybe.html#t:Maybe">Maybe</a> <a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/Data-Bool.html#t:Bool">Bool</a></dt><dd class="doc empty"> </dd><dt class="src"><a name="v:editHasDownloads" class="def">editHasDownloads</a> :: <a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/Data-Maybe.html#t:Maybe">Maybe</a> <a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/Data-Bool.html#t:Bool">Bool</a></dt><dd class="doc empty"> </dd></dl><div class="clear"></div></div></td></tr></table></div><div class="subs instances"><p id="control.i:Edit" class="caption collapser" onclick="toggleSection('i:Edit')">Instances</p><div id="section.i:Edit" class="show"><table><tr><td class="src"><a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/Text-Show.html#t:Show">Show</a> <a href="Github-Repos.html#t:Edit">Edit</a></td><td class="doc empty"> </td></tr><tr><td class="src"><a href="/usr/share/doc/libghc-aeson-doc/html/Data-Aeson-Types.html#t:ToJSON">ToJSON</a> <a href="Github-Repos.html#t:Edit">Edit</a></td><td class="doc empty"> </td></tr><tr><td class="src">Default <a href="Github-Repos.html#t:Edit">Edit</a></td><td class="doc empty"> </td></tr></table></div></div></div><h2 id="g:5">Delete
</h2><div class="top"><p class="src"><a name="v:deleteRepo" class="def">deleteRepo</a><a href="src/Github-Repos.html#deleteRepo" class="link">Source</a></p><div class="subs arguments"><p class="caption">Arguments</p><table><tr><td class="src">:: <a href="Github-Repos.html#t:GithubAuth">GithubAuth</a></td><td class="doc empty"> </td></tr><tr><td class="src">-> <a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/Data-String.html#t:String">String</a></td><td class="doc"><p>owner
</p></td></tr><tr><td class="src">-> <a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/Data-String.html#t:String">String</a></td><td class="doc"><p>repository name
</p></td></tr><tr><td class="src">-> <a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/System-IO.html#t:IO">IO</a> (<a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/Data-Either.html#t:Either">Either</a> <a href="Github-Data-Definitions.html#t:Error">Error</a> ())</td><td class="doc empty"> </td></tr></table></div><div class="doc"><p>Delete an existing repository.
</p><pre> deleteRepo (GithubUser (user, password)) "thoughtbot" "some_repo"
</pre></div></div></div></div><div id="footer"><p>Produced by <a href="http://www.haskell.org/haddock/">Haddock</a> version 2.13.2</p></div></body></html>
|