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

Simplify ApolloCall #5765

Merged
merged 4 commits into from
Mar 25, 2024
Merged

Simplify ApolloCall #5765

merged 4 commits into from
Mar 25, 2024

Conversation

martinbonnin
Copy link
Contributor

ApolloCall doesn't need to duplicate all the ApolloRequest properties, it can just hold a mutable ApolloRequest.Builder because that's what it really is today.

This also exposes ignoreApolloClientHttpHeaders on ApolloRequest and makes the API more consistent.

Also update the KDoc. Our KDoc for those symbols is still mostly empty though because of Kotlin/dokka#3547

@martinbonnin martinbonnin requested a review from BoD as a code owner March 25, 2024 11:04
Copy link

netlify bot commented Mar 25, 2024

Deploy Preview for apollo-android-docs canceled.

Name Link
🔨 Latest commit a9f1d94
🔍 Latest deploy log https://app.netlify.com/sites/apollo-android-docs/deploys/660186630f053900088acc7c

Copy link
Contributor

@BoD BoD left a comment

Choose a reason for hiding this comment

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

👍

martinbonnin and others added 2 commits March 25, 2024 15:12
…ql/apollo3/ApolloCall.kt

Co-authored-by: Benoit 'BoD' Lubek <BoD@JRAF.org>
…ql/apollo3/ApolloCall.kt

Co-authored-by: Benoit 'BoD' Lubek <BoD@JRAF.org>
@martinbonnin martinbonnin merged commit c04c0cc into main Mar 25, 2024
1 check passed
@martinbonnin martinbonnin deleted the simplify-call branch March 25, 2024 14:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants