gitea/src/f135ca7f-4d50-4480-a15f-fea...
Robot 12042ffd4d
update 2024-04-07 13:20:18
2024-04-07 13:20:22 +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 update 2024-04-07 13:20:18 2024-04-07 13:20:22 +02:00

README.md

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

class Gpg (Details)

namespace: VDM\Joomla\Gitea\User extends: Api

@startuml
class Gpg  #Gold {
  + createGPGKey(string $armoredPublicKey, ?string $armoredSignature = null) : ?object
  + get(int $id) : ?object
  + token() : ?string
  + verify(string $armoredPublicKey) : ?object
  + list(int $page = 1, int $limit = 10) : ?array
  + remove(int $id) : string
}

note right of Gpg::createGPGKey
  Create a GPG key for the authenticated user.

  since: 3.2.0
  return: ?object
end note

note right of Gpg::get
  Get a GPG key for the authenticated user.

  since: 3.2.0
  return: ?object
end note

note right of Gpg::token
  Get a token to verify.

  since: 3.2.0
  return: ?string
end note

note right of Gpg::verify
  Verify a GPG key.

  since: 3.2.0
  return: ?object
end note

note right of Gpg::list
  List the authenticated user's GPG keys.

  since: 3.2.0
  return: ?array
end note

note right of Gpg::remove
  Remove a GPG key for the authenticated user.

  since: 3.2.0
  return: string
end note
 
@enduml

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

Build with Joomla Component Builder