gitea/src/49ae84dc-4474-468f-bf99-c92.../README.md

1.8 KiB

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

class Repository (Details)

namespace: VDM\Joomla\Gitea\Admin\Users extends: Api

@startuml
class Repository  #Gold {
  + create(string $username, string $repoName, ...) : ?object
}

note right of Repository::create
  Create a repository on behalf of a user.

  since: 3.2.0
  return: ?object
  
  arguments:
    string $username
    string $repoName
    ?string $description = null
    bool $auto_init = false
    ?string $default_branch = null
    ?string $gitignores = null
    ?string $issue_labels = null
    ?string $license = null
    bool $private = false
    ?string $readme = null
    bool $template = false
    ?string $trust_model = null
end note
 
@enduml

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

Build with Joomla Component Builder