We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I've started to overlook an API and I maybe it should be refactored.
The text was updated successfully, but these errors were encountered:
// 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);
Sorry, something went wrong.
No branches or pull requests
I've started to overlook an API and I maybe it should be refactored.
The text was updated successfully, but these errors were encountered: