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

Remplacement de Guzzle par le client HTTP de Symfony #1675

Merged

Conversation

Mopolo
Copy link
Contributor

@Mopolo Mopolo commented Mar 5, 2025

No description provided.

@Mopolo Mopolo self-assigned this Mar 5, 2025
@Mopolo Mopolo marked this pull request as ready for review March 5, 2025 16:14
@Mopolo Mopolo requested review from agallou and stakovicz March 5, 2025 16:14
$response = $this->githubClient->get("/users/{$username}", [
RequestOptions::HEADERS => [
'Accept' => 'application/vnd.github.v3+json',
$response = $this->httpClient->request('GET', "/users/$username", [
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

tu avais pu tester en local ? (il faudra peut être qu'après mise en prod on teste la connexion oauth)

@stakovicz stakovicz force-pushed the replace-guzzle-with-symfony-http-client branch from c25b3ea to f0e0693 Compare March 15, 2025 09:45
@stakovicz stakovicz merged commit c864763 into afup:master Mar 15, 2025
8 checks passed
@Mopolo Mopolo deleted the replace-guzzle-with-symfony-http-client branch March 15, 2025 15:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants