gitea/src/b1788488-f557-4746-9929-73e...
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 Following (Details)

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

@startuml
class Following  #Gold {
  + list(int $page = 1, int $limit = 10) : ?array
  + check(string $username) : bool
  + follow(string $username) : string
  + unfollow(string $username) : string
}

note right of Following::list
  List the users that the authenticated user is following.

  since: 3.2.0
  return: ?array
end note

note right of Following::check
  Check whether a user is followed by the authenticated user.

  since: 3.2.0
  return: bool
end note

note right of Following::follow
  Follow a user.

  since: 3.2.0
  return: string
end note

note right of Following::unfollow
  Unfollow a user.

  since: 3.2.0
  return: string
end note
 
@enduml

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

Build with Joomla Component Builder