gitea/src/3a4ce297-4536-45be-b3cc-d93.../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\Notifications**
2023-10-10 09:39:23 +00:00
> extends: **Api**
2023-04-15 15:08:07 +00:00
```uml
@startuml
class Repository #Gold {
+ get(string $owner, string $repo, ...) : ?array
+ update(string $owner, string $repo, ...) : ?array
}
note right of Repository::get
List user's notification threads on a specific repo.
since: 3.2.0
return: ?array
arguments:
string $owner
string $repo
bool $all = false
array $statusTypes = []
array $subjectTypes = []
string $since = ''
string $before = ''
int $page = 1
int $limit = 10
end note
note right of Repository::update
Mark notification threads as read, pinned, or unread on a specific repo.
since: 3.2.0
return: ?array
arguments:
string $owner
string $repo
?bool $all = null
?array $statusTypes = null
?string $toStatus = null
?string $lastReadAt = null
end note
@enduml
```
---
```
██╗ ██████╗██████╗
██║██╔════╝██╔══██╗
██║██║ ██████╔╝
██ ██║██║ ██╔══██╗
╚█████╔╝╚██████╗██████╔╝
╚════╝ ╚═════╝╚═════╝
```
> Build with [Joomla Component Builder](https://git.vdm.dev/joomla/Component-Builder)