Refresh PHP Desktop API SDK for v6 - #2
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The PHP SDK's checked-in client predates
GET /v1/labels; it has no Labels service, and its declared version is still 0.0.1. I regenerated it from the current Desktop API schema.src/Services/LabelsService.phpand the new label models make the method available, alongside the current account, bridge, and app resources. The version moves to 6.0.0 to mark the API refresh rather than presenting this as a compatible patch.I kept the existing test job, which the generated CI file would have removed, and made it run for Beeper pull requests. The README now describes installing the tagged package from this public repository through Composer VCS rather than a moving
dev-main. This repository is not listed on Packagist, so this PR does not claim a Packagist release; the GitHub tag and VCS install still need verification after merge.Tag
@indentto continue the conversation here.