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: add BoxSign API support #765

Merged
merged 4 commits into from
Nov 2, 2021
Merged

feat: add BoxSign API support #765

merged 4 commits into from
Nov 2, 2021

Conversation

mwwoda
Copy link
Contributor

@mwwoda mwwoda commented Oct 25, 2021

Docs here #761.

Box.V2/Models/BoxSignRequest.cs Outdated Show resolved Hide resolved
Box.V2/Models/BoxSignRequest.cs Outdated Show resolved Hide resolved
/// <summary>
/// Reminds signers to sign a document on day 3, 8, 13 and 18. Reminders are only sent to outstanding signers.
/// </summary>
[JsonProperty(PropertyName = "are_reminders_enabled")]
Copy link
Contributor

Choose a reason for hiding this comment

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

I like it more when we can see the name of the field and it is not obscured by variable with name field.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

This is usual approach in the .NET SDK. We expose field names as variables (customer can use it in some way). For *Create requests is not necessary. This is something we can discuss further, but for now we should stick to the usual approach in my opinion.

Move new enums to same nesting level as classes
antusus
antusus previously approved these changes Nov 2, 2021
@mwwoda mwwoda merged commit e87d63e into main Nov 2, 2021
@mwwoda mwwoda deleted the sdk-1746-box-sign branch November 2, 2021 11:17
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.

3 participants