gitea/src/2d29b342-cb4a-45f9-9cf1-a73...
Robot 71bd39cb1e
update 2023-10-10 10:16:07
2023-10-10 11:39:23 +02:00
..
README.md update 2023-10-10 10:16:07 2023-10-10 11:39:23 +02:00
code.php first commit 2023-04-15 17:08:07 +02:00
code.power first commit 2023-04-15 17:08:07 +02:00
settings.json first commit 2023-04-15 17:08:07 +02:00

README.md

██████╗  ██████╗ ██╗    ██╗███████╗██████╗
██╔══██╗██╔═══██╗██║    ██║██╔════╝██╔══██╗
██████╔╝██║   ██║██║ █╗ ██║█████╗  ██████╔╝
██╔═══╝ ██║   ██║██║███╗██║██╔══╝  ██╔══██╗
██║     ╚██████╔╝╚███╔███╔╝███████╗██║  ██║
╚═╝      ╚═════╝  ╚══╝╚══╝ ╚══════╝╚═╝  ╚═╝

class Keys (Details)

namespace: VDM\Joomla\Gitea\Admin\Users extends: Api

@startuml
class Keys  #Gold {
  + add(string $userName, string $publicKey, ...) : ?object
  + delete(string $username, int $id) : string
}

note right of Keys::add
  Add a public key on behalf of a user.

  since: 3.2.0
  return: ?object
  
  arguments:
    string $userName
    string $publicKey
    string $keyTitle
    bool $readOnly = false
    ?string $description = null
end note

note right of Keys::delete
  Delete a user's public key.

  since: 3.2.0
  return: string
end note
 
@enduml

     ██╗ ██████╗██████╗
     ██║██╔════╝██╔══██╗
     ██║██║     ██████╔╝
██   ██║██║     ██╔══██╗
╚█████╔╝╚██████╗██████╔╝
 ╚════╝  ╚═════╝╚═════╝

Build with Joomla Component Builder