Skip to content

feat: Implement PSR-18 ClientInterface in IClient#59530

Open
SMillerDev wants to merge 1 commit intonextcloud:masterfrom
SMillerDev:feat/http/psr-18
Open

feat: Implement PSR-18 ClientInterface in IClient#59530
SMillerDev wants to merge 1 commit intonextcloud:masterfrom
SMillerDev:feat/http/psr-18

Conversation

@SMillerDev
Copy link
Copy Markdown
Contributor

@SMillerDev SMillerDev commented Apr 9, 2026

Summary

This makes sure the IClient is compliant with PSR-18. This means that any PSR-18 client could be dropped in as a backing client in the future, and it also means that any library using PSR-18 to communicate with a HTTP client can use IClient

TODO

  • Make sure all CI works

Checklist

AI (if applicable)

  • The content of this PR was partly or fully generated using AI

@SMillerDev SMillerDev requested a review from a team as a code owner April 9, 2026 09:22
@SMillerDev SMillerDev requested review from ArtificialOwl, artonge, leftybournes and salmart-dev and removed request for a team April 9, 2026 09:22
@artonge artonge requested review from come-nc and provokateurin April 9, 2026 10:37
@susnux susnux added enhancement 3. to review Waiting for reviews labels Apr 9, 2026
@susnux susnux added this to the Nextcloud 34 milestone Apr 9, 2026
@come-nc
Copy link
Copy Markdown
Contributor

come-nc commented Apr 9, 2026

composer run cs:fix should fix the code style.

Signed-off-by: Sean Molenaar <sean@seanmolenaar.eu>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

3. to review Waiting for reviews enhancement

Projects

None yet

Development

Successfully merging this pull request may close these issues.

HTTP client docs

4 participants