gitea/src/aeb42050-90e1-4169-907a-fa6.../README.md

66 lines
2.1 KiB
Markdown
Raw Permalink Normal View History

2023-04-15 15:08:07 +00:00
```
██████╗ ██████╗ ██╗ ██╗███████╗██████╗
██╔══██╗██╔═══██╗██║ ██║██╔════╝██╔══██╗
██████╔╝██║ ██║██║ █╗ ██║█████╗ ██████╔╝
██╔═══╝ ██║ ██║██║███╗██║██╔══╝ ██╔══██╗
██║ ╚██████╔╝╚███╔███╔╝███████╗██║ ██║
╚═╝ ╚═════╝ ╚══╝╚══╝ ╚══════╝╚═╝ ╚═╝
```
# class Repository (Details)
> namespace: **VDM\Joomla\Gitea\Organization**
2023-10-10 09:39:23 +00:00
> extends: **Api**
2023-04-15 15:08:07 +00:00
```uml
@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](https://git.vdm.dev/joomla/Component-Builder)