Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Concept] Remove Authorization responsibility from YouTrackClient #46

Open
antonkomarev opened this issue May 15, 2020 · 1 comment
Open

Comments

@antonkomarev
Copy link
Member

I've started to overlook an API and I maybe it should be refactored.

@antonkomarev
Copy link
Member Author

Solution №1

// Instantiate YouTrack API Cookie Authenticator
$authenticator = new Rest\Authenticator\CookieAuthenticator($apiUsername, $apiPassword);

// Instantiate YouTrack API Cookie Authorizer
$authorizer = new Rest\Authorizer\CookieAuthorizer($authenticator);

// Instantiate YouTrack API HTTP Client
$httpClient = new Rest\HttpClient\GuzzleHttpClient($psrHttpClient, $authorizer);

// Instantiate YouTrack API Client
$client = new Rest\Client\YouTrackClient($httpClient);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant