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

feat(retrofit2): add a method that returns Response object when retrofit2 client invokes an api #1222

Merged
merged 2 commits into from
Jan 27, 2025

Conversation

kirangodishala
Copy link
Contributor

Existing method Retrofit2SyncCall.execute() returns response body when an api is invoked by a retrofit2 client and hence there is no way to capture headers when needed. So added a new method that returns retrofit2.Response object through which headers can be accessed.

@dbyron-sf dbyron-sf added the ready to merge Approved and ready for merge label Jan 27, 2025
@mergify mergify bot added the auto merged label Jan 27, 2025
@mergify mergify bot merged commit 5a5abd1 into spinnaker:master Jan 27, 2025
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants