openai/src/4c58b254-aea5-40aa-b54d-958...
Robot 783139129f
update 2024-04-07 13:20:18
2024-04-07 13:20:32 +02:00
..
README.md update 2023-10-10 10:16:07 2023-10-10 11:49:16 +02:00
code.php update 2023-07-12 09:14:53 2023-07-12 09:14:57 +02:00
code.power update 2023-07-12 09:14:53 2023-07-12 09:14:57 +02:00
settings.json update 2024-04-07 13:20:18 2024-04-07 13:20:32 +02:00

README.md

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

final class Http (Details)

namespace: VDM\Joomla\Openai\Utilities extends: JoomlaHttp

@startuml
class Http << (F,LightGreen) >> #RoyalBlue {
  # array $defaultHeaders
  + __construct(?string $token, ?string $orgToken = null)
  + setTokens(?string $token = null, ?string $orgToken = null)
  + setToken(string $token)
  + setOrgToken(string $token)
}

note right of Http::__construct
  Constructor.

  since: 3.2.0
end note

note right of Http::setTokens
  Change the Tokens.

  since: 3.2.0
end note

note right of Http::setToken
  Change the User Token.

  since: 3.2.0
end note

note right of Http::setOrgToken
  Change the Organization Token.

  since: 3.2.0
end note
 
@enduml

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

Build with Joomla Component Builder