gitea/src/974d9e4c-beef-4c35-a3c6-92b.../README.md

1.7 KiB

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

class Refs (Details)

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

@startuml
class Refs  #Gold {
  + list(string $owner, string $repo) : ?array
  + get(string $owner, string $repo, ...) : ?array
}

note right of Refs::list
  Get specified ref or filtered repository's refs.

  since: 3.2.0
  return: ?array
end note

note right of Refs::get
  Get specified ref.

  since: 3.2.0
  return: ?array
  
  arguments:
    string $owner
    string $repo
    string $ref
end note
 
@enduml

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

Build with Joomla Component Builder