gitea/src/65288a04-bcac-4067-ae2b-6fd.../README.md

69 lines
2.1 KiB
Markdown
Raw Permalink Normal View History

2023-04-15 15:08:07 +00:00
```
██████╗ ██████╗ ██╗ ██╗███████╗██████╗
██╔══██╗██╔═══██╗██║ ██║██╔════╝██╔══██╗
██████╔╝██║ ██║██║ █╗ ██║█████╗ ██████╔╝
██╔═══╝ ██║ ██║██║███╗██║██╔══╝ ██╔══██╗
██║ ╚██████╔╝╚███╔███╔╝███████╗██║ ██║
╚═╝ ╚═════╝ ╚══╝╚══╝ ╚══════╝╚═╝ ╚═╝
```
# class Reviewers (Details)
> namespace: **VDM\Joomla\Gitea\Repository**
2023-10-10 09:39:23 +00:00
> extends: **Api**
2023-04-15 15:08:07 +00:00
```uml
@startuml
class Reviewers #Gold {
+ request(string $owner, string $repo, ...) : ?array
+ cancel(string $owner, string $repo, ...) : string
+ get(string $owner, string $repo) : ?array
}
note right of Reviewers::request
Create review requests for a pull request.
since: 3.2.0
return: ?array
arguments:
string $owner
string $repo
int $index
array $reviewers
?array $teamReviewers = null
end note
note right of Reviewers::cancel
Cancel review requests for a pull request.
since: 3.2.0
return: string
arguments:
string $owner
string $repo
int $index
array $reviewers
?array $teamReviewers = null
end note
note right of Reviewers::get
Return all users that can be requested to review in this repo.
since: 3.2.0
return: ?array
end note
@enduml
```
---
```
██╗ ██████╗██████╗
██║██╔════╝██╔══██╗
██║██║ ██████╔╝
██ ██║██║ ██╔══██╗
╚█████╔╝╚██████╗██████╔╝
╚════╝ ╚═════╝╚═════╝
```
> Build with [Joomla Component Builder](https://git.vdm.dev/joomla/Component-Builder)