API-CLI

 view release on metacpan or  search on metacpan

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

Edit a comment.

Parameters:

    owner      *  Name of repository owner.
    repo       *  Name of repository.      
    commentId  *  ID of comment.           

=head3 PATCH /repos/:owner/:repo/labels/:name

    githubcl PATCH /repos/:owner/:repo/labels/:name <owner> <repo> <name>

Update a label.

Parameters:

    owner  *  Name of repository owner.
    repo   *  Name of repository.      
    name   *  Name of the label.       

=head3 PATCH /repos/:owner/:repo/milestones/:number

    githubcl PATCH /repos/:owner/:repo/milestones/:number <owner> <repo> <number>

Update a milestone.

Parameters:

    owner   *  Name of repository owner.
    repo    *  Name of repository.      
    number  *  Number of milestone.     

=head3 PATCH /repos/:owner/:repo/pulls/:number

    githubcl PATCH /repos/:owner/:repo/pulls/:number <owner> <repo> <number>

Update a pull request.

Parameters:

    owner   *  Name of repository owner.
    repo    *  Name of repository.      
    number  *  Id of pull.              

=head3 PATCH /repos/:owner/:repo/pulls/comments/:commentId

    githubcl PATCH /repos/:owner/:repo/pulls/comments/:commentId <owner> <repo> <commentId>

Edit a comment.

Parameters:

    owner      *  Name of repository owner.
    repo       *  Name of repository.      
    commentId  *  Id of comment.           

=head3 PATCH /repos/:owner/:repo/releases/:id

    githubcl PATCH /repos/:owner/:repo/releases/:id <owner> <repo> <id>

Users with push access to the repository can edit ...

Parameters:

    owner  *  Name of repository owner.
    repo   *  Name of repository.      
    id     *                           

=head3 PATCH /repos/:owner/:repo/releases/assets/:id

    githubcl PATCH /repos/:owner/:repo/releases/assets/:id <owner> <repo> <id>

Edit a release asset

Parameters:

    owner  *  Name of repository owner.
    repo   *  Name of repository.      
    id     *                           

=head3 PATCH /teams/:teamId

    githubcl PATCH /teams/:teamId <teamId>

Edit team.

Parameters:

    teamId  *  Id of team.

=head3 PATCH /user

    githubcl PATCH /user

Update the authenticated user.


=head3  POST

    githubcl  POST <subcommands>

POST call


=head3 POST /gists

    githubcl POST /gists

Create a gist.


=head3 POST /gists/:id/comments

    githubcl POST /gists/:id/comments <id>

Create a commen

Parameters:

    id  *  Id of gist.



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