gitea/src/b7ec675d-3197-4458-89d6-ca5.../README.md

59 lines
1.7 KiB
Markdown

```
██████╗ ██████╗ ██╗ ██╗███████╗██████╗
██╔══██╗██╔═══██╗██║ ██║██╔════╝██╔══██╗
██████╔╝██║ ██║██║ █╗ ██║█████╗ ██████╔╝
██╔═══╝ ██║ ██║██║███╗██║██╔══╝ ██╔══██╗
██║ ╚██████╔╝╚███╔███╔╝███████╗██║ ██║
╚═╝ ╚═════╝ ╚══╝╚══╝ ╚══════╝╚═╝ ╚═╝
```
# class Package (Details)
> namespace: **VDM\Joomla\Gitea**
> extends: **Api**
```uml
@startuml
class Package #Gold {
+ get(string $owner, string $type, ...) : ?object
+ delete(string $owner, string $type, ...) : string
}
note right of Package::get
Gets a package.
since: 3.2.0
return: ?object
arguments:
string $owner
string $type
string $name
string $version
end note
note right of Package::delete
Delete a package.
since: 3.2.0
return: string
arguments:
string $owner
string $type
string $name
string $version
end note
@enduml
```
---
```
██╗ ██████╗██████╗
██║██╔════╝██╔══██╗
██║██║ ██████╔╝
██ ██║██║ ██╔══██╗
╚█████╔╝╚██████╗██████╔╝
╚════╝ ╚═════╝╚═════╝
```
> Build with [Joomla Component Builder](https://git.vdm.dev/joomla/Component-Builder)