gitea/src/aeb42050-90e1-4169-907a-fa6...
Llewellyn van der Merwe 208627be2d
first commit
2023-04-15 17:08:07 +02:00
..
README.md first commit 2023-04-15 17:08:07 +02:00
code.php first commit 2023-04-15 17:08:07 +02:00
code.power first commit 2023-04-15 17:08:07 +02:00
settings.json first commit 2023-04-15 17:08:07 +02:00

README.md

██████╗  ██████╗ ██╗    ██╗███████╗██████╗
██╔══██╗██╔═══██╗██║    ██║██╔════╝██╔══██╗
██████╔╝██║   ██║██║ █╗ ██║█████╗  ██████╔╝
██╔═══╝ ██║   ██║██║███╗██║██╔══╝  ██╔══██╗
██║     ╚██████╔╝╚███╔███╔╝███████╗██║  ██║
╚═╝      ╚═════╝  ╚══╝╚══╝ ╚══════╝╚═╝  ╚═╝

class Repository (Details)

namespace: VDM\Joomla\Gitea\Organization

@startuml
class Repository  #Gold {
  + list(string $org, int $pageNumber = 1, ...) : ?array
  + create(string $org, string $repoName, ...) : ?object
}

note right of Repository::list
  List an organization's repos.

  since: 3.2.0
  return: ?array
  
  arguments:
    string $org
    int $pageNumber = 1
    int $pageSize = 10
end note

note right of Repository::create
  Create a repository in an organization.

  since: 3.2.0
  return: ?object
  
  arguments:
    string $org
    string $repoName
    ?string $description = null
    ?bool $autoInit = null
    ?string $defaultBranch = null
    ?string $gitignores = null
    ?string $issueLabels = null
    ?string $license = null
    ?bool $private = null
    ?string $readme = null
    ?bool $template = null
    ?string $trustModel = null
end note
 
@enduml

     ██╗ ██████╗██████╗
     ██║██╔════╝██╔══██╗
     ██║██║     ██████╔╝
██   ██║██║     ██╔══██╗
╚█████╔╝╚██████╗██████╔╝
 ╚════╝  ╚═════╝╚═════╝

Build with Joomla Component Builder