logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Pithub::Repos::Actions::Workflows - Github v3 Repo Actions Workflows API

Author

       Johannes Plunien <plu@cpan.org>

Description

       This class is incomplete. It's currently missing support for "dispatches", "enable" and "timing". Please
       send patches for any additional functionality you may require.

Methods

get
       •   Get a single workflow.

               GET /repos/:owner/:repo/actions/workflows/:id

           Examples:

               my $a      = Pithub::Repos::Actions::Workflows->new;
               my $result = $a->get(
                   repo        => 'graylog2-server',
                   user        => 'Graylog2',
                   workflow_id => 81148,
               );

   list
       •   List workflows for a repo.

               GET /repos/:owner/:repo/actions/workflows

           Examples:

               my $a = Pithub::Repos::Actions::Workflows->new;
               my $result = $a->list(
                   repo       => 'graylog2-server',
                   user       => 'Graylog2',
               );

Name

       Pithub::Repos::Actions::Workflows - Github v3 Repo Actions Workflows API

Version

       version 0.01043

See Also