API-CLI

 view release on metacpan or  search on metacpan

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

          <li><a href="#POST-repos-:owner-:repo-git-blobs">POST /repos/:owner/:repo/git/blobs</a></li>
          <li><a href="#POST-repos-:owner-:repo-git-commits">POST /repos/:owner/:repo/git/commits</a></li>
          <li><a href="#POST-repos-:owner-:repo-git-refs">POST /repos/:owner/:repo/git/refs</a></li>
          <li><a href="#POST-repos-:owner-:repo-git-tags">POST /repos/:owner/:repo/git/tags</a></li>
          <li><a href="#POST-repos-:owner-:repo-git-trees">POST /repos/:owner/:repo/git/trees</a></li>
          <li><a href="#POST-repos-:owner-:repo-hooks">POST /repos/:owner/:repo/hooks</a></li>
          <li><a href="#POST-repos-:owner-:repo-hooks-:hookId-tests">POST /repos/:owner/:repo/hooks/:hookId/tests</a></li>
          <li><a href="#POST-repos-:owner-:repo-issues">POST /repos/:owner/:repo/issues</a></li>
          <li><a href="#POST-repos-:owner-:repo-issues-:number-comments">POST /repos/:owner/:repo/issues/:number/comments</a></li>
          <li><a href="#POST-repos-:owner-:repo-issues-:number-labels">POST /repos/:owner/:repo/issues/:number/labels</a></li>
          <li><a href="#POST-repos-:owner-:repo-keys">POST /repos/:owner/:repo/keys</a></li>
          <li><a href="#POST-repos-:owner-:repo-labels">POST /repos/:owner/:repo/labels</a></li>
          <li><a href="#POST-repos-:owner-:repo-merges">POST /repos/:owner/:repo/merges</a></li>
          <li><a href="#POST-repos-:owner-:repo-milestones">POST /repos/:owner/:repo/milestones</a></li>
          <li><a href="#POST-repos-:owner-:repo-pulls">POST /repos/:owner/:repo/pulls</a></li>
          <li><a href="#POST-repos-:owner-:repo-pulls-:number-comments">POST /repos/:owner/:repo/pulls/:number/comments</a></li>
          <li><a href="#POST-repos-:owner-:repo-releases">POST /repos/:owner/:repo/releases</a></li>
          <li><a href="#POST-repos-:owner-:repo-statuses-:ref">POST /repos/:owner/:repo/statuses/:ref</a></li>
          <li><a href="#POST-user-emails">POST /user/emails</a></li>
          <li><a href="#POST-user-keys">POST /user/keys</a></li>
          <li><a href="#POST-user-repos">POST /user/repos</a></li>
          <li><a href="#PUT">PUT</a></li>
          <li><a href="#PUT-gists-:id-star">PUT /gists/:id/star</a></li>
          <li><a href="#PUT-notifications">PUT /notifications</a></li>
          <li><a href="#PUT-notifications-threads-:id-subscription">PUT /notifications/threads/:id/subscription</a></li>
          <li><a href="#PUT-orgs-:org-public_members-:username">PUT /orgs/:org/public_members/:username</a></li>
          <li><a href="#PUT-repos-:owner-:repo-collaborators-:user">PUT /repos/:owner/:repo/collaborators/:user</a></li>
          <li><a href="#PUT-repos-:owner-:repo-contents-:path">PUT /repos/:owner/:repo/contents/:path</a></li>
          <li><a href="#PUT-repos-:owner-:repo-issues-:number-labels">PUT /repos/:owner/:repo/issues/:number/labels</a></li>
          <li><a href="#PUT-repos-:owner-:repo-notifications">PUT /repos/:owner/:repo/notifications</a></li>
          <li><a href="#PUT-repos-:owner-:repo-pulls-:number-merge">PUT /repos/:owner/:repo/pulls/:number/merge</a></li>
          <li><a href="#PUT-repos-:owner-:repo-subscription">PUT /repos/:owner/:repo/subscription</a></li>
          <li><a href="#PUT-teams-:teamId-members-:username">PUT /teams/:teamId/members/:username</a></li>
          <li><a href="#PUT-teams-:teamId-memberships-:username">PUT /teams/:teamId/memberships/:username</a></li>
          <li><a href="#PUT-teams-:teamId-repos-:org-:repo">PUT /teams/:teamId/repos/:org/:repo</a></li>
          <li><a href="#PUT-user-following-:username">PUT /user/following/:username</a></li>
          <li><a href="#PUT-user-starred-:owner-:repo">PUT /user/starred/:owner/:repo</a></li>
          <li><a href="#PUT-user-subscriptions-:owner-:repo">PUT /user/subscriptions/:owner/:repo</a></li>
          <li><a href="#help">help</a></li>
          <li><a href="#meta">_meta</a></li>
          <li><a href="#meta-completion">_meta completion</a></li>
          <li><a href="#meta-completion-generate">_meta completion generate</a></li>
          <li><a href="#meta-pod">_meta pod</a></li>
          <li><a href="#meta-pod-generate">_meta pod generate</a></li>
        </ul>
      </li>
    </ul>
  </li>
</ul>

<h1 id="NAME">NAME</h1>

<p>githubcl - GitHub</p>

<h1 id="ABSTRACT">ABSTRACT</h1>

<h1 id="DESCRIPTION">DESCRIPTION</h1>

<h2 id="GLOBAL-OPTIONS">GLOBAL OPTIONS</h2>

<pre><code>    --data-file     File with data for POST/PUT/PATCH/DELETE requests
    --debug -d      debug (flag)                                     
    --verbose -v    verbose (flag)                                   
    --help -h       Show command help (flag)                         </code></pre>

<h2 id="SUBCOMMANDS">SUBCOMMANDS</h2>

<h3 id="DELETE">DELETE</h3>

<pre><code>    githubcl  DELETE &lt;subcommands&gt;</code></pre>

<p>DELETE call</p>

<h3 id="DELETE-gists-:id">DELETE /gists/:id</h3>

<pre><code>    githubcl DELETE /gists/:id &lt;id&gt;</code></pre>

<p>Delete a gist.</p>

<p>Parameters:</p>

<pre><code>    id  *  Id of gist.</code></pre>

<h3 id="DELETE-gists-:id-comments-:commentId">DELETE /gists/:id/comments/:commentId</h3>

<pre><code>    githubcl DELETE /gists/:id/comments/:commentId &lt;id&gt; &lt;commentId&gt;</code></pre>

<p>Delete a comment.</p>

<p>Parameters:</p>

<pre><code>    id         *  Id of gist.   
    commentId  *  Id of comment.</code></pre>

<h3 id="DELETE-gists-:id-star">DELETE /gists/:id/star</h3>

<pre><code>    githubcl DELETE /gists/:id/star &lt;id&gt;</code></pre>

<p>Unstar a gist.</p>

<p>Parameters:</p>

<pre><code>    id  *  Id of gist.</code></pre>

<h3 id="DELETE-notifications-threads-:id-subscription">DELETE /notifications/threads/:id/subscription</h3>

<pre><code>    githubcl DELETE /notifications/threads/:id/subscription &lt;id&gt;</code></pre>

<p>Delete a Thread Subscription.</p>

<p>Parameters:</p>

<pre><code>    id  *  Id of thread.</code></pre>

<h3 id="DELETE-orgs-:org-members-:username">DELETE /orgs/:org/members/:username</h3>

<pre><code>    githubcl DELETE /orgs/:org/members/:username &lt;org&gt; &lt;username&gt;</code></pre>

<p>Remove a member.</p>

<p>Parameters:</p>

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

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

<p>Get a single release</p>

<p>Parameters:</p>

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

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

<pre><code>    githubcl GET /repos/:owner/:repo/releases/:id/assets &lt;owner&gt; &lt;repo&gt; &lt;id&gt;</code></pre>

<p>List assets for a release</p>

<p>Parameters:</p>

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

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

<pre><code>    githubcl GET /repos/:owner/:repo/releases/assets/:id &lt;owner&gt; &lt;repo&gt; &lt;id&gt;</code></pre>

<p>Get a single release asset</p>

<p>Parameters:</p>

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

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

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

<p>List Stargazers.</p>

<p>Parameters:</p>

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

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

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

<p>Get the number of additions and deletions per week...</p>

<p>Parameters:</p>

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

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

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

<p>Get the last year of commit activity data....</p>

<p>Parameters:</p>

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

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

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

<p>Get contributors list with additions, deletions, a...</p>

<p>Parameters:</p>

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

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

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

<p>Get the weekly commit count for the repo owner and...</p>

<p>Parameters:</p>

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

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

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

<p>Get the number of commits per hour in each day....</p>

<p>Parameters:</p>

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

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

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

<p>List Statuses for a specific Ref....</p>

<p>Parameters:</p>

<pre><code>    owner  *  Name of repository owner.                                                    
    repo   *  Name of repository.                                                          
    ref    *  Ref to list the statuses from. It can be a SHA, a branch name, or a tag name.</code></pre>

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

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

<p>List watchers.</p>

<p>Parameters:</p>

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



( run in 0.477 second using v1.01-cache-2.11-cpan-f6376fbd888 )