-
Notifications
You must be signed in to change notification settings - Fork 74
DDCORE-9772 Extended DssSign #1196
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
Conversation
ea52917 to
1c74acd
Compare
src/DiadocHttpApi.CloudCrypt.cs
Outdated
| [Obsolete("Currently unavailable. Use DssSign")] | ||
| public AsyncMethodResult DssSignV2(string authToken, string boxId, DssSignRequestV2 request) | ||
| { | ||
| var queryString = new PathAndQueryBuilder("V2/DssSign"); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Для однообразия с остальными методами
| var queryString = new PathAndQueryBuilder("V2/DssSign"); | |
| var queryString = new PathAndQueryBuilder("/V2/DssSign"); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Поправил
src/DiadocHttpApi.CloudCryptAsync.cs
Outdated
| [Obsolete("Currently unavailable. Use DssSignAsync")] | ||
| public Task<AsyncMethodResult> DssSignV2Async(string authToken, string boxId, DssSignRequestV2 request) | ||
| { | ||
| var queryString = new PathAndQueryBuilder("V2/DssSign"); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Для однообразия с остальными методами
| var queryString = new PathAndQueryBuilder("V2/DssSign"); | |
| var queryString = new PathAndQueryBuilder("/V2/DssSign"); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Поправил
c51903c to
35c6a13
Compare
35c6a13 to
a21da02
Compare
|
Пока решили отказаться от публикации SDK с данной фичей, закрываю PR |
No description provided.