gitea/src/3aba9610-cb22-48e0-b2d7-2a9...
Robot 12042ffd4d
update 2024-04-07 13:20:18
2024-04-07 13:20:22 +02:00
..
README.md update 2023-10-10 10:16:07 2023-10-10 11:39:23 +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 update 2024-04-07 13:20:18 2024-04-07 13:20:22 +02:00

README.md

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

class Unadopted (Details)

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

@startuml
class Unadopted  #Gold {
  + list(int $page = 1, int $limit = 10, ...) : ?array
  + adopt(string $owner, string $repo) : string
  + delete(string $owner, string $repo) : string
}

note right of Unadopted::list
  List unadopted repositories.

  since: 3.2.0
  return: ?array
  
  arguments:
    int $page = 1
    int $limit = 10
    string $pattern = ''
end note

note right of Unadopted::adopt
  Adopt unadopted files as a repository.

  since: 3.2.0
  return: string
end note

note right of Unadopted::delete
  Delete unadopted files.

  since: 3.2.0
  return: string
end note
 
@enduml

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

Build with Joomla Component Builder