gitea/src/884b61d0-1f56-4f5f-a657-aca.../README.md

47 lines
1.6 KiB
Markdown

```
██████╗ ██████╗ ██╗ ██╗███████╗██████╗
██╔══██╗██╔═══██╗██║ ██║██╔════╝██╔══██╗
██████╔╝██║ ██║██║ █╗ ██║█████╗ ██████╔╝
██╔═══╝ ██║ ██║██║███╗██║██╔══╝ ██╔══██╗
██║ ╚██████╔╝╚███╔███╔╝███████╗██║ ██║
╚═╝ ╚═════╝ ╚══╝╚══╝ ╚══════╝╚═╝ ╚═╝
```
# class Starred (Details)
> namespace: **VDM\Joomla\Gitea\User**
> extends: **Api**
```uml
@startuml
class Starred #Gold {
+ list(int $page = 1, int $limit = 10) : ?array
+ check(string $owner, string $repo) : string
}
note right of Starred::list
List the repos that the authenticated user has starred.
since: 3.2.0
return: ?array
end note
note right of Starred::check
Check whether the authenticated user is starring the repo.
since: 3.2.0
return: string
end note
@enduml
```
---
```
██╗ ██████╗██████╗
██║██╔════╝██╔══██╗
██║██║ ██████╔╝
██ ██║██║ ██╔══██╗
╚█████╔╝╚██████╗██████╔╝
╚════╝ ╚═════╝╚═════╝
```
> Build with [Joomla Component Builder](https://git.vdm.dev/joomla/Component-Builder)