gitea/src/af49b450-78fb-40bd-8165-484...
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 Tokens (Details)

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

@startuml
class Tokens  #Gold {
  + list(string $username, ?int $page = null, ...) : ?array
  + create(string $username, string $name) : ?object
  + delete(string $username, string $token) : string
}

note right of Tokens::list
  List the authenticated user's access tokens.

  since: 3.2.0
  return: ?array
  
  arguments:
    string $username
    ?int $page = null
    ?int $limit = null
end note

note right of Tokens::create
  Create an access token for a user.

  since: 3.2.0
  return: ?object
end note

note right of Tokens::delete
  Delete an access token for a user.

  since: 3.2.0
  return: string
end note
 
@enduml

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

Build with Joomla Component Builder