API-CLI

 view release on metacpan or  search on metacpan

examples/html/githubcl.html  view on Meta::CPAN

    branch  *  Name of the branch.      </code></pre>

<h3 id="GET-repos-:owner-:repo-collaborators">GET /repos/:owner/:repo/collaborators</h3>

<pre><code>    githubcl GET /repos/:owner/:repo/collaborators &lt;owner&gt; &lt;repo&gt;</code></pre>

<p>List.</p>

<p>Parameters:</p>

<pre><code>    owner  *  Name of repository owner.
    repo   *  Name of repository.      </code></pre>

<h3 id="GET-repos-:owner-:repo-collaborators-:user">GET /repos/:owner/:repo/collaborators/:user</h3>

<pre><code>    githubcl GET /repos/:owner/:repo/collaborators/:user &lt;owner&gt; &lt;repo&gt; &lt;user&gt;</code></pre>

<p>Check if user is a collaborator...</p>

<p>Parameters:</p>

<pre><code>    owner  *  Name of repository owner.
    repo   *  Name of repository.      
    user   *  Login of the user.       </code></pre>

<h3 id="GET-repos-:owner-:repo-comments">GET /repos/:owner/:repo/comments</h3>

<pre><code>    githubcl GET /repos/:owner/:repo/comments &lt;owner&gt; &lt;repo&gt;</code></pre>

<p>List commit comments for a repository....</p>

<p>Parameters:</p>

<pre><code>    owner  *  Name of repository owner.
    repo   *  Name of repository.      </code></pre>

<h3 id="GET-repos-:owner-:repo-comments-:commentId">GET /repos/:owner/:repo/comments/:commentId</h3>

<pre><code>    githubcl GET /repos/:owner/:repo/comments/:commentId &lt;owner&gt; &lt;repo&gt; &lt;commentId&gt;</code></pre>

<p>Get a single commit comment.</p>

<p>Parameters:</p>

<pre><code>    owner      *  Name of repository owner.
    repo       *  Name of repository.      
    commentId  *  Id of comment.           </code></pre>

<h3 id="GET-repos-:owner-:repo-commits">GET /repos/:owner/:repo/commits</h3>

<pre><code>    githubcl GET /repos/:owner/:repo/commits [options] &lt;owner&gt; &lt;repo&gt;</code></pre>

<p>List commits on a repository.</p>

<p>Options:</p>

<pre><code>    --q-since     The time should be passed in as UTC in the ISO 8601 format: YYYY-MM-DDTHH:MM:SSZ.
                  Example: &quot;2012-10-09T23:39:01Z&quot;.                                                 
    --q-sha       Sha or branch to start listing commits from.                                     
    --q-path      Only commits containing this file path will be returned.                         
    --q-author    GitHub login, name, or email by which to filter by commit author.                
    --q-until     ISO 8601 Date - Only commits before this date will be returned.                  </code></pre>

<p>Parameters:</p>

<pre><code>    owner  *  Name of repository owner.
    repo   *  Name of repository.      </code></pre>

<h3 id="GET-repos-:owner-:repo-commits-:ref-status">GET /repos/:owner/:repo/commits/:ref/status</h3>

<pre><code>    githubcl GET /repos/:owner/:repo/commits/:ref/status &lt;owner&gt; &lt;repo&gt; &lt;ref&gt;</code></pre>

<p>Get the combined Status for a specific Ref...</p>

<p>Parameters:</p>

<pre><code>    owner  *  Name of repository owner.
    repo   *  Name of repository.      
    ref    *                           </code></pre>

<h3 id="GET-repos-:owner-:repo-commits-:shaCode">GET /repos/:owner/:repo/commits/:shaCode</h3>

<pre><code>    githubcl GET /repos/:owner/:repo/commits/:shaCode &lt;owner&gt; &lt;repo&gt; &lt;shaCode&gt;</code></pre>

<p>Get a single commit.</p>

<p>Parameters:</p>

<pre><code>    owner    *  Name of repository owner.
    repo     *  Name of repository.      
    shaCode  *  SHA-1 code of the commit.</code></pre>

<h3 id="GET-repos-:owner-:repo-commits-:shaCode-comments">GET /repos/:owner/:repo/commits/:shaCode/comments</h3>

<pre><code>    githubcl GET /repos/:owner/:repo/commits/:shaCode/comments &lt;owner&gt; &lt;repo&gt; &lt;shaCode&gt;</code></pre>

<p>List comments for a single commitList comments for...</p>

<p>Parameters:</p>

<pre><code>    owner    *  Name of repository owner.
    repo     *  Name of repository.      
    shaCode  *  SHA-1 code of the commit.</code></pre>

<h3 id="GET-repos-:owner-:repo-compare-:baseId...:headId">GET /repos/:owner/:repo/compare/:baseId...:headId</h3>

<pre><code>    githubcl GET /repos/:owner/:repo/compare/:baseId...:headId &lt;owner&gt; &lt;repo&gt; &lt;baseId&gt; &lt;headId&gt;</code></pre>

<p>Compare two commits</p>

<p>Parameters:</p>

<pre><code>    owner   *  Name of repository owner.
    repo    *  Name of repository.      
    baseId  *                           
    headId  *                           </code></pre>

<h3 id="GET-repos-:owner-:repo-contents-:path">GET /repos/:owner/:repo/contents/:path</h3>

<pre><code>    githubcl GET /repos/:owner/:repo/contents/:path [options] &lt;owner&gt; &lt;repo&gt; &lt;path&gt;</code></pre>



( run in 0.966 second using v1.01-cache-2.11-cpan-39bf76dae61 )