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

Fixes #426 Impossible to specify ApiClientSerializationOptions when patching an edge #437

Merged

Conversation

JLedel
Copy link
Contributor

@JLedel JLedel commented Oct 26, 2022

Not sure if we want to do more to preserve backwards compatibility, but I guess the most common use case is to not specify these parameters which then shouldn't make this breaking. But I'll leave that to you to decide!

Copy link
Collaborator

@DiscoPYF DiscoPYF left a comment

Choose a reason for hiding this comment

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

Looks great, thanks @JLedel ! 👍

I left a minor comment about the phrasing of the parameter doc comment, but that's no blocker. Happy to approve.

@@ -721,6 +725,8 @@ public virtual async Task<GetEdgeCollectionsResponse> GetEdgeCollectionsAsync(st
/// <param name="documentId">The document ID of the vertex to update.</param>
/// <param name="body"></param>
/// <param name="query"></param>
/// <param name="serializationOptions">The serialization options. When the value is null the
Copy link
Collaborator

Choose a reason for hiding this comment

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

Maybe we should mention that the default serialization options apply when they are not provided here. Something like: "When the value is null the default options provided by the serializer are used."

The phrasing is the same as currently used elsewhere though, so not a big deal.

@tjoubert tjoubert merged commit cd9dacc into ArangoDB-Community:master Nov 1, 2022
@tjoubert
Copy link
Contributor

tjoubert commented Nov 1, 2022

@JLedel, thanks for this contribution.

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.

Impossible to specify ApiClientSerializationOptions when patching an edge
3 participants