gitea/src/8c82b705-04bb-4bd2-ac09-3f5.../README.md

1.8 KiB

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

class Templates (Details)

namespace: VDM\Joomla\Gitea\Repository extends: Api

@startuml
class Templates  #Gold {
  + issue(string $owner, string $repo) : ?array
  + repo(string $templateOwner, string $templateRepo, ...) : ?object
}

note right of Templates::issue
  Get available issue templates for a repository.

  since: 3.2.0
  return: ?array
end note

note right of Templates::repo
  Create a repository using a template.

  since: 3.2.0
  return: ?object
  
  arguments:
    string $templateOwner
    string $templateRepo
    string $name
    array $options = []
end note
 
@enduml

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

Build with Joomla Component Builder