feat: add UsetrenoHttpClient

!fixup bb244e40f5fa42294acc7cc7f925796325ada4c5
This commit is contained in:
2024-01-18 00:47:17 +01:00
parent f541d55e05
commit bf65ce058d
5 changed files with 233 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
<?php
namespace App\Entity\Remote\Usetreno;
readonly class AuthRequest
{
public function __construct(public string $username, public string $password) {}
}