Atualiza cliente para a API OpenAPI atual - #83
Open
kellyson71 wants to merge 2 commits into
Open
kellyson71 wants to merge 2 commits into
kellyson71 wants to merge 2 commits into
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.
Contexto
O cliente ainda usa a API legada em
/api/v2/, endpointsminhas-informacoes, autenticação antiga e o prefixoJWT. O contrato OpenAPI 3.1 atual usa/api/, recursos agrupados por domínio, tokens pair/refresh/verify e autenticação Bearer.Este PR amplia e substitui a atualização parcial proposta no #80, que está sem atividade desde 2022. Também incorpora versões corrigidas das dependências cobertas pelos PRs #79 e #82.
Alterações
POST /api/token/paircom JSON e headerBearer;refreshToken()everifyToken();resultsdas respostas paginadas;request()para acessar qualquer endpoint presente ou futuro do OpenAPI, incluindo GET, POST e DELETE;^6.5.8 || ^7.9) e regenera o lockfile sem advisories;Validação
composer testcomposer validate --strictcomposer auditgit diff --checkTodos passaram localmente com PHP 8.5 e Guzzle 7.15.5.