gitea/src/3a4ce297-4536-45be-b3cc-d93...
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 Repository (Details)

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

@startuml
class Repository  #Gold {
  + get(string $owner, string $repo, ...) : ?array
  + update(string $owner, string $repo, ...) : ?array
}

note right of Repository::get
  List user's notification threads on a specific repo.

  since: 3.2.0
  return: ?array
  
  arguments:
    string $owner
    string $repo
    bool $all = false
    array $statusTypes = []
    array $subjectTypes = []
    string $since = ''
    string $before = ''
    int $page = 1
    int $limit = 10
end note

note right of Repository::update
  Mark notification threads as read, pinned, or unread on a specific repo.

  since: 3.2.0
  return: ?array
  
  arguments:
    string $owner
    string $repo
    ?bool $all = null
    ?array $statusTypes = null
    ?string $toStatus = null
    ?string $lastReadAt = null
end note
 
@enduml

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

Build with Joomla Component Builder