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 <owner> <repo></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 <owner> <repo> <user></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 <owner> <repo></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 <owner> <repo> <commentId></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] <owner> <repo></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: "2012-10-09T23:39:01Z".
--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 <owner> <repo> <ref></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 <owner> <repo> <shaCode></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 <owner> <repo> <shaCode></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 <owner> <repo> <baseId> <headId></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] <owner> <repo> <path></code></pre>
( run in 0.966 second using v1.01-cache-2.11-cpan-39bf76dae61 )