Forks
WebService::GitHub::Repos::Forks
Create a fork
WebService::GitHub::Repos::Forks.create-fork( Str $owner
, Str $repo
, Str :$org
, Str :$organization
)
List forks
See repos/list-forks
WebService::GitHub::Repos::Forks.list-forks( Str $owner
, Str $repo
, WebService::GitHub::Repos::Forks::ListForksSort :$sort
, Int(Str) :$per-page
, Int(Str) :$page
, Str :$org
, Str :$organization
)